Shades of Yuma #CAB785
Tints of Yuma #CAB785
RGB
CMYK
RGB Variations
Color information
#CAB785 (or 0xCAB785) is known color: Yuma. HEX triplet: CA, B7 and 85. RGB value is (202,183,133). Sum of RGB (Red+Green+Blue) = 202+183+133=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB785 is #35487A. Grayscale: #B7B7B7. Windows color (decimal): -3491963 or 8763338. OLE color: 8763338.
HSL color Cylindrical-coordinate representation of color #CAB785: hue angle of 43.48º 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 #CAB785 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 133 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.21 |
| HSL | 43.48º | 0.39% | 0.66% | - |
| HSV(B) | 43.48º | 0.34% | 0.79% | - |
| XYZ | 45.52 | 48.12 | 29.08 | - |
| YUV | 182.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 133 | 0 | 0.09 | 0.34 | 0.21 | 43.48 | 0.39 | 0.66 |
| Hex | CA | B7 | 85 | 0 | 9 | 22 | 15 | 2B | 27 | 42 |
| Octal | 312 | 267 | 205 | 0 | 11 | 42 | 25 | 53 | 47 | 102 |
| Binary | 11001010 | 10110111 | 10000101 | 0 | 1001 | 100010 | 10101 | 101011 | 100111 | 1000010 |
Color Harmonies of #CAB785
Complementary color
Monochromatic Colors of #CAB785
Black with #CAB785
Text Example
Text Example
White with #CAB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB785; }
p { color: rgb(202,183,133); }
H1.HeaderClassName
{
color: #CAB785;
}
.AnyTagClassName
{
color: #CAB785;
}
</style>
background-color css
<style>
a { background-color: #CAB785; }
a { background-color: rgb(202,183,133); }
div.DivClassName
{
background-color: #CAB785;
}
.BgClassName
{
background-color: #CAB785;
}
</style>
border-color css
<style>
span { border-color: #CAB785; }
span { border-color: rgb(202,183,133); }
td.TdClassName
{
border-color: #CAB785;
}
.TagClassName
{
border-color: #CAB785;
}
</style>