Shades of Yuma #CABA81
Tints of Yuma #CABA81
RGB
CMYK
RGB Variations
Color information
#CABA81 (or 0xCABA81) is known color: Yuma. HEX triplet: CA, BA and 81. RGB value is (202,186,129). Sum of RGB (Red+Green+Blue) = 202+186+129=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA81 is #35457E. Grayscale: #B8B8B8. Windows color (decimal): -3491199 or 8501962. OLE color: 8501962.
HSL color Cylindrical-coordinate representation of color #CABA81: hue angle of 46.85º 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 #CABA81 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 129 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.21 |
| HSL | 46.85º | 0.41% | 0.65% | - |
| HSV(B) | 46.85º | 0.36% | 0.79% | - |
| XYZ | 45.88 | 49.26 | 27.86 | - |
| YUV | 184.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 129 | 0 | 0.08 | 0.36 | 0.21 | 46.85 | 0.41 | 0.65 |
| Hex | CA | BA | 81 | 0 | 8 | 24 | 15 | 2F | 29 | 41 |
| Octal | 312 | 272 | 201 | 0 | 10 | 44 | 25 | 57 | 51 | 101 |
| Binary | 11001010 | 10111010 | 10000001 | 0 | 1000 | 100100 | 10101 | 101111 | 101001 | 1000001 |
Color Harmonies of #CABA81
Complementary color
Monochromatic Colors of #CABA81
Black with #CABA81
Text Example
Text Example
White with #CABA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA81; }
p { color: rgb(202,186,129); }
H1.HeaderClassName
{
color: #CABA81;
}
.AnyTagClassName
{
color: #CABA81;
}
</style>
background-color css
<style>
a { background-color: #CABA81; }
a { background-color: rgb(202,186,129); }
div.DivClassName
{
background-color: #CABA81;
}
.BgClassName
{
background-color: #CABA81;
}
</style>
border-color css
<style>
span { border-color: #CABA81; }
span { border-color: rgb(202,186,129); }
td.TdClassName
{
border-color: #CABA81;
}
.TagClassName
{
border-color: #CABA81;
}
</style>