Shades of Tan #CAB58F
Tints of Tan #CAB58F
RGB
CMYK
RGB Variations
Color information
#CAB58F (or 0xCAB58F) is known color: Tan. HEX triplet: CA, B5 and 8F. RGB value is (202,181,143). Sum of RGB (Red+Green+Blue) = 202+181+143=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB58F is #354A70. Grayscale: #B7B7B7. Windows color (decimal): -3492465 or 9418186. OLE color: 9418186.
HSL color Cylindrical-coordinate representation of color #CAB58F: hue angle of 38.64º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB58F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 143 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.21 |
| HSL | 38.64º | 0.36% | 0.68% | - |
| HSV(B) | 38.64º | 0.29% | 0.79% | - |
| XYZ | 45.84 | 47.59 | 32.76 | - |
| YUV | 182.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 143 | 0 | 0.10 | 0.29 | 0.21 | 38.64 | 0.36 | 0.68 |
| Hex | CA | B5 | 8F | 0 | A | 1D | 15 | 27 | 24 | 44 |
| Octal | 312 | 265 | 217 | 0 | 12 | 35 | 25 | 47 | 44 | 104 |
| Binary | 11001010 | 10110101 | 10001111 | 0 | 1010 | 11101 | 10101 | 100111 | 100100 | 1000100 |
Color Harmonies of #CAB58F
Complementary color
Monochromatic Colors of #CAB58F
Black with #CAB58F
Text Example
Text Example
White with #CAB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB58F; }
p { color: rgb(202,181,143); }
H1.HeaderClassName
{
color: #CAB58F;
}
.AnyTagClassName
{
color: #CAB58F;
}
</style>
background-color css
<style>
a { background-color: #CAB58F; }
a { background-color: rgb(202,181,143); }
div.DivClassName
{
background-color: #CAB58F;
}
.BgClassName
{
background-color: #CAB58F;
}
</style>
border-color css
<style>
span { border-color: #CAB58F; }
span { border-color: rgb(202,181,143); }
td.TdClassName
{
border-color: #CAB58F;
}
.TagClassName
{
border-color: #CAB58F;
}
</style>