#CBB08D

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

Shades of Tan #CBB08D

Tints of Tan #CBB08D

Color information

#CBB08D (or 0xCBB08D) is unknown color: approx Tan. HEX triplet: CB, B0 and 8D. RGB value is (203,176,141). Sum of RGB (Red+Green+Blue) = 203+176+141=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB08D is #344F72. Grayscale: #B4B4B4. Windows color (decimal): -3428211 or 9285835. OLE color: 9285835.

HSL color Cylindrical-coordinate representation of color #CBB08D: hue angle of 33.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB08D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203176141-
CMYK00.130.310.20
HSL33.87º37.35%67.45%-
HSV(B)33.87º30.54%79.61%-
XYZ44.9645.6731.64-
YUV180.08105.95144.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=39.04%
G=33.85%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317614100.130.310.2033.8737.3567.45
HexCBB08D0D1F14222543
Octal31326021501537244245103
Binary1100101110110000100011010110111111101001000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB08D; }

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

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

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

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

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

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

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

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