#CBB08E

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

Shades of Tan #CBB08E

Tints of Tan #CBB08E

Color information

#CBB08E (or 0xCBB08E) is unknown color: approx Tan. HEX triplet: CB, B0 and 8E. RGB value is (203,176,142). Sum of RGB (Red+Green+Blue) = 203+176+142=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB08E is #344F71. Grayscale: #B4B4B4. Windows color (decimal): -3428210 or 9351371. OLE color: 9351371.

HSL color Cylindrical-coordinate representation of color #CBB08E: hue angle of 33.44º 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 #CBB08E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203176142-
CMYK00.130.300.20
HSL33.44º36.97%67.65%-
HSV(B)33.44º30.05%79.61%-
XYZ45.0445.732.04-
YUV180.2106.45144.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=38.96%
G=33.78%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317614200.130.300.2033.4436.9767.65
HexCBB08E0D1E14212544
Octal31326021601536244145104
Binary1100101110110000100011100110111110101001000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB08E; }

 p { color: rgb(203,176,142); }

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

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

 a { background-color: rgb(203,176,142); }

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

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

 span { border-color: rgb(203,176,142); }

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