Shades of Yuma #CABB85
Tints of Yuma #CABB85
RGB
CMYK
RGB Variations
Color information
#CABB85 (or 0xCABB85) is known color: Yuma. HEX triplet: CA, BB and 85. RGB value is (202,187,133). Sum of RGB (Red+Green+Blue) = 202+187+133=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB85 is #35447A. Grayscale: #B9B9B9. Windows color (decimal): -3490939 or 8764362. OLE color: 8764362.
HSL color Cylindrical-coordinate representation of color #CABB85: hue angle of 46.96º 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 #CABB85 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 133 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.21 |
| HSL | 46.96º | 0.39% | 0.66% | - |
| HSV(B) | 46.96º | 0.34% | 0.79% | - |
| XYZ | 46.36 | 49.79 | 29.36 | - |
| YUV | 185.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 133 | 0 | 0.07 | 0.34 | 0.21 | 46.96 | 0.39 | 0.66 |
| Hex | CA | BB | 85 | 0 | 7 | 22 | 15 | 2F | 27 | 42 |
| Octal | 312 | 273 | 205 | 0 | 7 | 42 | 25 | 57 | 47 | 102 |
| Binary | 11001010 | 10111011 | 10000101 | 0 | 111 | 100010 | 10101 | 101111 | 100111 | 1000010 |
Color Harmonies of #CABB85
Complementary color
Monochromatic Colors of #CABB85
Black with #CABB85
Text Example
Text Example
White with #CABB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB85; }
p { color: rgb(202,187,133); }
H1.HeaderClassName
{
color: #CABB85;
}
.AnyTagClassName
{
color: #CABB85;
}
</style>
background-color css
<style>
a { background-color: #CABB85; }
a { background-color: rgb(202,187,133); }
div.DivClassName
{
background-color: #CABB85;
}
.BgClassName
{
background-color: #CABB85;
}
</style>
border-color css
<style>
span { border-color: #CABB85; }
span { border-color: rgb(202,187,133); }
td.TdClassName
{
border-color: #CABB85;
}
.TagClassName
{
border-color: #CABB85;
}
</style>