#CBB08F

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

Shades of Tan #CBB08F

Tints of Tan #CBB08F

Color information

#CBB08F (or 0xCBB08F) is unknown color: approx Tan. HEX triplet: CB, B0 and 8F. RGB value is (203,176,143). Sum of RGB (Red+Green+Blue) = 203+176+143=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB08F is #344F70. Grayscale: #B4B4B4. Windows color (decimal): -3428209 or 9416907. OLE color: 9416907.

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

Color convert

RGB203176143-
CMYK00.130.300.20
HSL33º36.59%67.84%-
HSV(B)33º29.56%79.61%-
XYZ45.1145.7332.44-
YUV180.31106.95144.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=38.89%
G=33.72%
B=27.39%

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
Decimal20317614300.130.300.203336.5967.84
HexCBB08F0D1E14212544
Octal31326021701536244145104
Binary1100101110110000100011110110111110101001000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB08F; }

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

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

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

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

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

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

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

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