Shades of Tan #CAB28E
Tints of Tan #CAB28E
RGB
CMYK
RGB Variations
Color information
#CAB28E (or 0xCAB28E) is known color: Tan. HEX triplet: CA, B2 and 8E. RGB value is (202,178,142). Sum of RGB (Red+Green+Blue) = 202+178+142=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB28E is #354D71. Grayscale: #B5B5B5. Windows color (decimal): -3493234 or 9351882. OLE color: 9351882.
HSL color Cylindrical-coordinate representation of color #CAB28E: hue angle of 36º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB28E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 142 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.21 |
| HSL | 36º | 0.36% | 0.67% | - |
| HSV(B) | 36º | 0.3% | 0.79% | - |
| XYZ | 45.16 | 46.35 | 32.16 | - |
| YUV | 181.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 142 | 0 | 0.12 | 0.30 | 0.21 | 36 | 0.36 | 0.67 |
| Hex | CA | B2 | 8E | 0 | C | 1E | 15 | 24 | 24 | 43 |
| Octal | 312 | 262 | 216 | 0 | 14 | 36 | 25 | 44 | 44 | 103 |
| Binary | 11001010 | 10110010 | 10001110 | 0 | 1100 | 11110 | 10101 | 100100 | 100100 | 1000011 |
Color Harmonies of #CAB28E
Complementary color
Monochromatic Colors of #CAB28E
Black with #CAB28E
Text Example
Text Example
White with #CAB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB28E; }
p { color: rgb(202,178,142); }
H1.HeaderClassName
{
color: #CAB28E;
}
.AnyTagClassName
{
color: #CAB28E;
}
</style>
background-color css
<style>
a { background-color: #CAB28E; }
a { background-color: rgb(202,178,142); }
div.DivClassName
{
background-color: #CAB28E;
}
.BgClassName
{
background-color: #CAB28E;
}
</style>
border-color css
<style>
span { border-color: #CAB28E; }
span { border-color: rgb(202,178,142); }
td.TdClassName
{
border-color: #CAB28E;
}
.TagClassName
{
border-color: #CAB28E;
}
</style>