#CCB588

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

Shades of Tan #CCB588

Tints of Tan #CCB588

Color information

#CCB588 (or 0xCCB588) is unknown color: approx Tan. HEX triplet: CC, B5 and 88. RGB value is (204,181,136). Sum of RGB (Red+Green+Blue) = 204+181+136=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB588 is #334A77. Grayscale: #B6B6B6. Windows color (decimal): -3361400 or 8959436. OLE color: 8959436.

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

Color convert

RGB204181136-
CMYK00.110.330.2
HSL39.71º40%66.67%-
HSV(B)39.71º33.33%80%-
XYZ45.8747.6630.07-
YUV182.75101.62143.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=39.16%
G=34.74%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418113600.110.330.239.714066.67
HexCCB5880B2114282843
Octal31426521001341245050103
Binary11001100101101011000100001011100001101001010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB588; }

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

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

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

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

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

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

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

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