Shades of Yuma #CAB781
Tints of Yuma #CAB781
RGB
CMYK
RGB Variations
Color information
#CAB781 (or 0xCAB781) is known color: Yuma. HEX triplet: CA, B7 and 81. RGB value is (202,183,129). Sum of RGB (Red+Green+Blue) = 202+183+129=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB781 is #35487E. Grayscale: #B6B6B6. Windows color (decimal): -3491967 or 8501194. OLE color: 8501194.
HSL color Cylindrical-coordinate representation of color #CAB781: hue angle of 44.38º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAB781 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 129 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.21 |
| HSL | 44.38º | 0.41% | 0.65% | - |
| HSV(B) | 44.38º | 0.36% | 0.79% | - |
| XYZ | 45.25 | 48.01 | 27.65 | - |
| YUV | 182.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 129 | 0 | 0.09 | 0.36 | 0.21 | 44.38 | 0.41 | 0.65 |
| Hex | CA | B7 | 81 | 0 | 9 | 24 | 15 | 2C | 29 | 41 |
| Octal | 312 | 267 | 201 | 0 | 11 | 44 | 25 | 54 | 51 | 101 |
| Binary | 11001010 | 10110111 | 10000001 | 0 | 1001 | 100100 | 10101 | 101100 | 101001 | 1000001 |
Color Harmonies of #CAB781
Complementary color
Monochromatic Colors of #CAB781
Black with #CAB781
Text Example
Text Example
White with #CAB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB781; }
p { color: rgb(202,183,129); }
H1.HeaderClassName
{
color: #CAB781;
}
.AnyTagClassName
{
color: #CAB781;
}
</style>
background-color css
<style>
a { background-color: #CAB781; }
a { background-color: rgb(202,183,129); }
div.DivClassName
{
background-color: #CAB781;
}
.BgClassName
{
background-color: #CAB781;
}
</style>
border-color css
<style>
span { border-color: #CAB781; }
span { border-color: rgb(202,183,129); }
td.TdClassName
{
border-color: #CAB781;
}
.TagClassName
{
border-color: #CAB781;
}
</style>