Shades of Yuma #CABA86
Tints of Yuma #CABA86
RGB
CMYK
RGB Variations
Color information
#CABA86 (or 0xCABA86) is known color: Yuma. HEX triplet: CA, BA and 86. RGB value is (202,186,134). Sum of RGB (Red+Green+Blue) = 202+186+134=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA86 is #354579. Grayscale: #B9B9B9. Windows color (decimal): -3491194 or 8829642. OLE color: 8829642.
HSL color Cylindrical-coordinate representation of color #CABA86: hue angle of 45.88º 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 #CABA86 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 134 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.21 |
| HSL | 45.88º | 0.39% | 0.66% | - |
| HSV(B) | 45.88º | 0.34% | 0.79% | - |
| XYZ | 46.22 | 49.4 | 29.65 | - |
| YUV | 184.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 134 | 0 | 0.08 | 0.34 | 0.21 | 45.88 | 0.39 | 0.66 |
| Hex | CA | BA | 86 | 0 | 8 | 22 | 15 | 2E | 27 | 42 |
| Octal | 312 | 272 | 206 | 0 | 10 | 42 | 25 | 56 | 47 | 102 |
| Binary | 11001010 | 10111010 | 10000110 | 0 | 1000 | 100010 | 10101 | 101110 | 100111 | 1000010 |
Color Harmonies of #CABA86
Complementary color
Monochromatic Colors of #CABA86
Black with #CABA86
Text Example
Text Example
White with #CABA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA86; }
p { color: rgb(202,186,134); }
H1.HeaderClassName
{
color: #CABA86;
}
.AnyTagClassName
{
color: #CABA86;
}
</style>
background-color css
<style>
a { background-color: #CABA86; }
a { background-color: rgb(202,186,134); }
div.DivClassName
{
background-color: #CABA86;
}
.BgClassName
{
background-color: #CABA86;
}
</style>
border-color css
<style>
span { border-color: #CABA86; }
span { border-color: rgb(202,186,134); }
td.TdClassName
{
border-color: #CABA86;
}
.TagClassName
{
border-color: #CABA86;
}
</style>