Shades of Yuma #CAB986
Tints of Yuma #CAB986
RGB
CMYK
RGB Variations
Color information
#CAB986 (or 0xCAB986) is known color: Yuma. HEX triplet: CA, B9 and 86. RGB value is (202,185,134). Sum of RGB (Red+Green+Blue) = 202+185+134=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB986 is #354679. Grayscale: #B8B8B8. Windows color (decimal): -3491450 or 8829386. OLE color: 8829386.
HSL color Cylindrical-coordinate representation of color #CAB986: hue angle of 45º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAB986 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 134 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.21 |
| HSL | 45º | 0.39% | 0.66% | - |
| HSV(B) | 45º | 0.34% | 0.79% | - |
| XYZ | 46.01 | 48.98 | 29.58 | - |
| YUV | 184.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 134 | 0 | 0.08 | 0.34 | 0.21 | 45 | 0.39 | 0.66 |
| Hex | CA | B9 | 86 | 0 | 8 | 22 | 15 | 2D | 27 | 42 |
| Octal | 312 | 271 | 206 | 0 | 10 | 42 | 25 | 55 | 47 | 102 |
| Binary | 11001010 | 10111001 | 10000110 | 0 | 1000 | 100010 | 10101 | 101101 | 100111 | 1000010 |
Color Harmonies of #CAB986
Complementary color
Monochromatic Colors of #CAB986
Black with #CAB986
Text Example
Text Example
White with #CAB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB986; }
p { color: rgb(202,185,134); }
H1.HeaderClassName
{
color: #CAB986;
}
.AnyTagClassName
{
color: #CAB986;
}
</style>
background-color css
<style>
a { background-color: #CAB986; }
a { background-color: rgb(202,185,134); }
div.DivClassName
{
background-color: #CAB986;
}
.BgClassName
{
background-color: #CAB986;
}
</style>
border-color css
<style>
span { border-color: #CAB986; }
span { border-color: rgb(202,185,134); }
td.TdClassName
{
border-color: #CAB986;
}
.TagClassName
{
border-color: #CAB986;
}
</style>