Shades of Yuma #CAB975
Tints of Yuma #CAB975
RGB
CMYK
RGB Variations
Color information
#CAB975 (or 0xCAB975) is known color: Yuma. HEX triplet: CA, B9 and 75. RGB value is (202,185,117). Sum of RGB (Red+Green+Blue) = 202+185+117=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB975 is #35468A. Grayscale: #B6B6B6. Windows color (decimal): -3491467 or 7715274. OLE color: 7715274.
HSL color Cylindrical-coordinate representation of color #CAB975: hue angle of 48º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB975 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 117 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.21 |
| HSL | 48º | 0.45% | 0.63% | - |
| HSV(B) | 48º | 0.42% | 0.79% | - |
| XYZ | 44.92 | 48.54 | 23.83 | - |
| YUV | 182.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 117 | 0 | 0.08 | 0.42 | 0.21 | 48 | 0.45 | 0.63 |
| Hex | CA | B9 | 75 | 0 | 8 | 2A | 15 | 30 | 2D | 3F |
| Octal | 312 | 271 | 165 | 0 | 10 | 52 | 25 | 60 | 55 | 77 |
| Binary | 11001010 | 10111001 | 1110101 | 0 | 1000 | 101010 | 10101 | 110000 | 101101 | 111111 |
Color Harmonies of #CAB975
Complementary color
Monochromatic Colors of #CAB975
Black with #CAB975
Text Example
Text Example
White with #CAB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB975; }
p { color: rgb(202,185,117); }
H1.HeaderClassName
{
color: #CAB975;
}
.AnyTagClassName
{
color: #CAB975;
}
</style>
background-color css
<style>
a { background-color: #CAB975; }
a { background-color: rgb(202,185,117); }
div.DivClassName
{
background-color: #CAB975;
}
.BgClassName
{
background-color: #CAB975;
}
</style>
border-color css
<style>
span { border-color: #CAB975; }
span { border-color: rgb(202,185,117); }
td.TdClassName
{
border-color: #CAB975;
}
.TagClassName
{
border-color: #CAB975;
}
</style>