Shades of Tan #CBB588
Tints of Tan #CBB588
RGB
CMYK
RGB Variations
Color information
#CBB588 (or 0xCBB588) is known color: Tan. HEX triplet: CB, B5 and 88. RGB value is (203,181,136). Sum of RGB (Red+Green+Blue) = 203+181+136=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB588 is #344A77. Grayscale: #B6B6B6. Windows color (decimal): -3426936 or 8959435. OLE color: 8959435.
HSL color Cylindrical-coordinate representation of color #CBB588: hue angle of 40.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBB588 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 136 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.20 |
| HSL | 40.3º | 0.39% | 0.66% | - |
| HSV(B) | 40.3º | 0.33% | 0.8% | - |
| XYZ | 45.6 | 47.52 | 30.06 | - |
| YUV | 182.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 136 | 0 | 0.11 | 0.33 | 0.20 | 40.3 | 0.39 | 0.66 |
| Hex | CB | B5 | 88 | 0 | B | 21 | 14 | 28 | 27 | 42 |
| Octal | 313 | 265 | 210 | 0 | 13 | 41 | 24 | 50 | 47 | 102 |
| Binary | 11001011 | 10110101 | 10001000 | 0 | 1011 | 100001 | 10100 | 101000 | 100111 | 1000010 |
Color Harmonies of #CBB588
Complementary color
Monochromatic Colors of #CBB588
Black with #CBB588
Text Example
Text Example
White with #CBB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB588; }
p { color: rgb(203,181,136); }
H1.HeaderClassName
{
color: #CBB588;
}
.AnyTagClassName
{
color: #CBB588;
}
</style>
background-color css
<style>
a { background-color: #CBB588; }
a { background-color: rgb(203,181,136); }
div.DivClassName
{
background-color: #CBB588;
}
.BgClassName
{
background-color: #CBB588;
}
</style>
border-color css
<style>
span { border-color: #CBB588; }
span { border-color: rgb(203,181,136); }
td.TdClassName
{
border-color: #CBB588;
}
.TagClassName
{
border-color: #CBB588;
}
</style>