Shades of Yuma #CAB787
Tints of Yuma #CAB787
RGB
CMYK
RGB Variations
Color information
#CAB787 (or 0xCAB787) is known color: Yuma. HEX triplet: CA, B7 and 87. RGB value is (202,183,135). Sum of RGB (Red+Green+Blue) = 202+183+135=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB787 is #354878. Grayscale: #B7B7B7. Windows color (decimal): -3491961 or 8894410. OLE color: 8894410.
HSL color Cylindrical-coordinate representation of color #CAB787: hue angle of 42.99º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB787 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 135 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.21 |
| HSL | 42.99º | 0.39% | 0.66% | - |
| HSV(B) | 42.99º | 0.33% | 0.79% | - |
| XYZ | 45.66 | 48.17 | 29.81 | - |
| YUV | 183.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 135 | 0 | 0.09 | 0.33 | 0.21 | 42.99 | 0.39 | 0.66 |
| Hex | CA | B7 | 87 | 0 | 9 | 21 | 15 | 2B | 27 | 42 |
| Octal | 312 | 267 | 207 | 0 | 11 | 41 | 25 | 53 | 47 | 102 |
| Binary | 11001010 | 10110111 | 10000111 | 0 | 1001 | 100001 | 10101 | 101011 | 100111 | 1000010 |
Color Harmonies of #CAB787
Complementary color
Monochromatic Colors of #CAB787
Black with #CAB787
Text Example
Text Example
White with #CAB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB787; }
p { color: rgb(202,183,135); }
H1.HeaderClassName
{
color: #CAB787;
}
.AnyTagClassName
{
color: #CAB787;
}
</style>
background-color css
<style>
a { background-color: #CAB787; }
a { background-color: rgb(202,183,135); }
div.DivClassName
{
background-color: #CAB787;
}
.BgClassName
{
background-color: #CAB787;
}
</style>
border-color css
<style>
span { border-color: #CAB787; }
span { border-color: rgb(202,183,135); }
td.TdClassName
{
border-color: #CAB787;
}
.TagClassName
{
border-color: #CAB787;
}
</style>