Shades of Yuma #CAB786
Tints of Yuma #CAB786
RGB
CMYK
RGB Variations
Color information
#CAB786 (or 0xCAB786) is known color: Yuma. HEX triplet: CA, B7 and 86. RGB value is (202,183,134). Sum of RGB (Red+Green+Blue) = 202+183+134=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB786 is #354879. Grayscale: #B7B7B7. Windows color (decimal): -3491962 or 8828874. OLE color: 8828874.
HSL color Cylindrical-coordinate representation of color #CAB786: hue angle of 43.24º 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 #CAB786 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 134 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.21 |
| HSL | 43.24º | 0.39% | 0.66% | - |
| HSV(B) | 43.24º | 0.34% | 0.79% | - |
| XYZ | 45.59 | 48.14 | 29.44 | - |
| YUV | 183.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 134 | 0 | 0.09 | 0.34 | 0.21 | 43.24 | 0.39 | 0.66 |
| Hex | CA | B7 | 86 | 0 | 9 | 22 | 15 | 2B | 27 | 42 |
| Octal | 312 | 267 | 206 | 0 | 11 | 42 | 25 | 53 | 47 | 102 |
| Binary | 11001010 | 10110111 | 10000110 | 0 | 1001 | 100010 | 10101 | 101011 | 100111 | 1000010 |
Color Harmonies of #CAB786
Complementary color
Monochromatic Colors of #CAB786
Black with #CAB786
Text Example
Text Example
White with #CAB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB786; }
p { color: rgb(202,183,134); }
H1.HeaderClassName
{
color: #CAB786;
}
.AnyTagClassName
{
color: #CAB786;
}
</style>
background-color css
<style>
a { background-color: #CAB786; }
a { background-color: rgb(202,183,134); }
div.DivClassName
{
background-color: #CAB786;
}
.BgClassName
{
background-color: #CAB786;
}
</style>
border-color css
<style>
span { border-color: #CAB786; }
span { border-color: rgb(202,183,134); }
td.TdClassName
{
border-color: #CAB786;
}
.TagClassName
{
border-color: #CAB786;
}
</style>