Shades of Yuma #CAB789
Tints of Yuma #CAB789
RGB
CMYK
RGB Variations
Color information
#CAB789 (or 0xCAB789) is known color: Yuma. HEX triplet: CA, B7 and 89. RGB value is (202,183,137). Sum of RGB (Red+Green+Blue) = 202+183+137=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB789 is #354876. Grayscale: #B7B7B7. Windows color (decimal): -3491959 or 9025482. OLE color: 9025482.
HSL color Cylindrical-coordinate representation of color #CAB789: hue angle of 42.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB789 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 137 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.21 |
| HSL | 42.46º | 0.38% | 0.66% | - |
| HSV(B) | 42.46º | 0.32% | 0.79% | - |
| XYZ | 45.81 | 48.23 | 30.56 | - |
| YUV | 183.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 137 | 0 | 0.09 | 0.32 | 0.21 | 42.46 | 0.38 | 0.66 |
| Hex | CA | B7 | 89 | 0 | 9 | 20 | 15 | 2A | 26 | 42 |
| Octal | 312 | 267 | 211 | 0 | 11 | 40 | 25 | 52 | 46 | 102 |
| Binary | 11001010 | 10110111 | 10001001 | 0 | 1001 | 100000 | 10101 | 101010 | 100110 | 1000010 |
Color Harmonies of #CAB789
Complementary color
Monochromatic Colors of #CAB789
Black with #CAB789
Text Example
Text Example
White with #CAB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB789; }
p { color: rgb(202,183,137); }
H1.HeaderClassName
{
color: #CAB789;
}
.AnyTagClassName
{
color: #CAB789;
}
</style>
background-color css
<style>
a { background-color: #CAB789; }
a { background-color: rgb(202,183,137); }
div.DivClassName
{
background-color: #CAB789;
}
.BgClassName
{
background-color: #CAB789;
}
</style>
border-color css
<style>
span { border-color: #CAB789; }
span { border-color: rgb(202,183,137); }
td.TdClassName
{
border-color: #CAB789;
}
.TagClassName
{
border-color: #CAB789;
}
</style>