Shades of Yuma #CABB84
Tints of Yuma #CABB84
RGB
CMYK
RGB Variations
Color information
#CABB84 (or 0xCABB84) is known color: Yuma. HEX triplet: CA, BB and 84. RGB value is (202,187,132). Sum of RGB (Red+Green+Blue) = 202+187+132=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB84 is #35447B. Grayscale: #B9B9B9. Windows color (decimal): -3490940 or 8698826. OLE color: 8698826.
HSL color Cylindrical-coordinate representation of color #CABB84: hue angle of 47.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CABB84 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 132 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.21 |
| HSL | 47.14º | 0.4% | 0.65% | - |
| HSV(B) | 47.14º | 0.35% | 0.79% | - |
| XYZ | 46.29 | 49.76 | 29 | - |
| YUV | 185.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 132 | 0 | 0.07 | 0.35 | 0.21 | 47.14 | 0.4 | 0.65 |
| Hex | CA | BB | 84 | 0 | 7 | 23 | 15 | 2F | 28 | 41 |
| Octal | 312 | 273 | 204 | 0 | 7 | 43 | 25 | 57 | 50 | 101 |
| Binary | 11001010 | 10111011 | 10000100 | 0 | 111 | 100011 | 10101 | 101111 | 101000 | 1000001 |
Color Harmonies of #CABB84
Complementary color
Monochromatic Colors of #CABB84
Black with #CABB84
Text Example
Text Example
White with #CABB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB84; }
p { color: rgb(202,187,132); }
H1.HeaderClassName
{
color: #CABB84;
}
.AnyTagClassName
{
color: #CABB84;
}
</style>
background-color css
<style>
a { background-color: #CABB84; }
a { background-color: rgb(202,187,132); }
div.DivClassName
{
background-color: #CABB84;
}
.BgClassName
{
background-color: #CABB84;
}
</style>
border-color css
<style>
span { border-color: #CABB84; }
span { border-color: rgb(202,187,132); }
td.TdClassName
{
border-color: #CABB84;
}
.TagClassName
{
border-color: #CABB84;
}
</style>