Shades of Tan #CBB285
Tints of Tan #CBB285
RGB
CMYK
RGB Variations
Color information
#CBB285 (or 0xCBB285) is known color: Tan. HEX triplet: CB, B2 and 85. RGB value is (203,178,133). Sum of RGB (Red+Green+Blue) = 203+178+133=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB285 is #344D7A. Grayscale: #B4B4B4. Windows color (decimal): -3427707 or 8762059. OLE color: 8762059.
HSL color Cylindrical-coordinate representation of color #CBB285: hue angle of 38.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB285 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 133 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 38.57º | 0.4% | 0.66% | - |
| HSV(B) | 38.57º | 0.34% | 0.8% | - |
| XYZ | 44.78 | 46.23 | 28.75 | - |
| YUV | 180.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 133 | 0 | 0.12 | 0.34 | 0.20 | 38.57 | 0.4 | 0.66 |
| Hex | CB | B2 | 85 | 0 | C | 22 | 14 | 27 | 28 | 42 |
| Octal | 313 | 262 | 205 | 0 | 14 | 42 | 24 | 47 | 50 | 102 |
| Binary | 11001011 | 10110010 | 10000101 | 0 | 1100 | 100010 | 10100 | 100111 | 101000 | 1000010 |
Color Harmonies of #CBB285
Complementary color
Monochromatic Colors of #CBB285
Black with #CBB285
Text Example
Text Example
White with #CBB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB285; }
p { color: rgb(203,178,133); }
H1.HeaderClassName
{
color: #CBB285;
}
.AnyTagClassName
{
color: #CBB285;
}
</style>
background-color css
<style>
a { background-color: #CBB285; }
a { background-color: rgb(203,178,133); }
div.DivClassName
{
background-color: #CBB285;
}
.BgClassName
{
background-color: #CBB285;
}
</style>
border-color css
<style>
span { border-color: #CBB285; }
span { border-color: rgb(203,178,133); }
td.TdClassName
{
border-color: #CBB285;
}
.TagClassName
{
border-color: #CBB285;
}
</style>