Shades of Tan #CBB284
Tints of Tan #CBB284
RGB
CMYK
RGB Variations
Color information
#CBB284 (or 0xCBB284) is known color: Tan. HEX triplet: CB, B2 and 84. RGB value is (203,178,132). Sum of RGB (Red+Green+Blue) = 203+178+132=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB284 is #344D7B. Grayscale: #B4B4B4. Windows color (decimal): -3427708 or 8696523. OLE color: 8696523.
HSL color Cylindrical-coordinate representation of color #CBB284: hue angle of 38.87º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB284 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 132 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.20 |
| HSL | 38.87º | 0.41% | 0.66% | - |
| HSV(B) | 38.87º | 0.35% | 0.8% | - |
| XYZ | 44.71 | 46.2 | 28.39 | - |
| YUV | 180.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 132 | 0 | 0.12 | 0.35 | 0.20 | 38.87 | 0.41 | 0.66 |
| Hex | CB | B2 | 84 | 0 | C | 23 | 14 | 27 | 29 | 42 |
| Octal | 313 | 262 | 204 | 0 | 14 | 43 | 24 | 47 | 51 | 102 |
| Binary | 11001011 | 10110010 | 10000100 | 0 | 1100 | 100011 | 10100 | 100111 | 101001 | 1000010 |
Color Harmonies of #CBB284
Complementary color
Monochromatic Colors of #CBB284
Black with #CBB284
Text Example
Text Example
White with #CBB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB284; }
p { color: rgb(203,178,132); }
H1.HeaderClassName
{
color: #CBB284;
}
.AnyTagClassName
{
color: #CBB284;
}
</style>
background-color css
<style>
a { background-color: #CBB284; }
a { background-color: rgb(203,178,132); }
div.DivClassName
{
background-color: #CBB284;
}
.BgClassName
{
background-color: #CBB284;
}
</style>
border-color css
<style>
span { border-color: #CBB284; }
span { border-color: rgb(203,178,132); }
td.TdClassName
{
border-color: #CBB284;
}
.TagClassName
{
border-color: #CBB284;
}
</style>