#CCB56B

Color #CCB56B Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CCB56B

Tints of Putty #CCB56B

Color information

#CCB56B (or 0xCCB56B) is unknown color: approx Putty. HEX triplet: CC, B5 and 6B. RGB value is (204,181,107). Sum of RGB (Red+Green+Blue) = 204+181+107=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB56B is #334A94. Grayscale: #B3B3B3. Windows color (decimal): -3361429 or 7058892. OLE color: 7058892.

HSL color Cylindrical-coordinate representation of color #CCB56B: hue angle of 45.77º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB56B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204181107-
CMYK00.110.480.2
HSL45.77º48.74%60.98%-
HSV(B)45.77º47.55%80%-
XYZ44.0846.9520.65-
YUV179.4487.12145.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=41.46%
G=36.79%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418110700.110.480.245.7748.7460.98
HexCCB56B0B30142e313d
Octal3142651530136024566175
Binary110011001011010111010110101111000010100101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB56B; }

 p { color: rgb(204,181,107); }

 H1.HeaderClassName
 {
   color: #CCB56B;
 }
 .AnyTagClassName
 {
   color: #CCB56B;
 }
</style>
background-color css

<style>
 a { background-color: #CCB56B; }

 a { background-color: rgb(204,181,107); }

 div.DivClassName
 {
   background-color: #CCB56B;
 }
 .BgClassName
 {
   background-color: #CCB56B;
 }
</style>
border-color css

<style>
 span { border-color: #CCB56B; }

 span { border-color: rgb(204,181,107); }

 td.TdClassName
 {
   border-color: #CCB56B;
 }
 .TagClassName
 {
   border-color: #CCB56B;
 }
</style>