#CCB08F

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

Shades of Tan #CCB08F

Tints of Tan #CCB08F

Color information

#CCB08F (or 0xCCB08F) is unknown color: approx Tan. HEX triplet: CC, B0 and 8F. RGB value is (204,176,143). Sum of RGB (Red+Green+Blue) = 204+176+143=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08F is #334F70. Grayscale: #B4B4B4. Windows color (decimal): -3362673 or 9416908. OLE color: 9416908.

HSL color Cylindrical-coordinate representation of color #CCB08F: hue angle of 32.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB08F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204176143-
CMYK00.140.300.2
HSL32.46º37.42%68.04%-
HSV(B)32.46º29.9%80%-
XYZ45.3945.8732.45-
YUV180.61106.78144.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=39.01%
G=33.65%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417614300.140.300.232.4637.4268.04
HexCCB08F0E1E14202544
Octal31426021701636244045104
Binary1100110010110000100011110111011110101001000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB08F; }

 p { color: rgb(204,176,143); }

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

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

 a { background-color: rgb(204,176,143); }

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

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

 span { border-color: rgb(204,176,143); }

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