Shades of Yuma #CAB972
Tints of Yuma #CAB972
RGB
CMYK
RGB Variations
Color information
#CAB972 (or 0xCAB972) is known color: Yuma. HEX triplet: CA, B9 and 72. RGB value is (202,185,114). Sum of RGB (Red+Green+Blue) = 202+185+114=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB972 is #35468D. Grayscale: #B6B6B6. Windows color (decimal): -3491470 or 7518666. OLE color: 7518666.
HSL color Cylindrical-coordinate representation of color #CAB972: hue angle of 48.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB972 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 114 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.21 |
| HSL | 48.41º | 0.45% | 0.62% | - |
| HSV(B) | 48.41º | 0.44% | 0.79% | - |
| XYZ | 44.74 | 48.47 | 22.92 | - |
| YUV | 181.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 114 | 0 | 0.08 | 0.44 | 0.21 | 48.41 | 0.45 | 0.62 |
| Hex | CA | B9 | 72 | 0 | 8 | 2C | 15 | 30 | 2D | 3E |
| Octal | 312 | 271 | 162 | 0 | 10 | 54 | 25 | 60 | 55 | 76 |
| Binary | 11001010 | 10111001 | 1110010 | 0 | 1000 | 101100 | 10101 | 110000 | 101101 | 111110 |
Color Harmonies of #CAB972
Complementary color
Monochromatic Colors of #CAB972
Black with #CAB972
Text Example
Text Example
White with #CAB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB972; }
p { color: rgb(202,185,114); }
H1.HeaderClassName
{
color: #CAB972;
}
.AnyTagClassName
{
color: #CAB972;
}
</style>
background-color css
<style>
a { background-color: #CAB972; }
a { background-color: rgb(202,185,114); }
div.DivClassName
{
background-color: #CAB972;
}
.BgClassName
{
background-color: #CAB972;
}
</style>
border-color css
<style>
span { border-color: #CAB972; }
span { border-color: rgb(202,185,114); }
td.TdClassName
{
border-color: #CAB972;
}
.TagClassName
{
border-color: #CAB972;
}
</style>