Shades of Yuma #CABA85
Tints of Yuma #CABA85
RGB
CMYK
RGB Variations
Color information
#CABA85 (or 0xCABA85) is known color: Yuma. HEX triplet: CA, BA and 85. RGB value is (202,186,133). Sum of RGB (Red+Green+Blue) = 202+186+133=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA85 is #35457A. Grayscale: #B8B8B8. Windows color (decimal): -3491195 or 8764106. OLE color: 8764106.
HSL color Cylindrical-coordinate representation of color #CABA85: hue angle of 46.09º 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 #CABA85 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 133 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.21 |
| HSL | 46.09º | 0.39% | 0.66% | - |
| HSV(B) | 46.09º | 0.34% | 0.79% | - |
| XYZ | 46.15 | 49.37 | 29.29 | - |
| YUV | 184.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 133 | 0 | 0.08 | 0.34 | 0.21 | 46.09 | 0.39 | 0.66 |
| Hex | CA | BA | 85 | 0 | 8 | 22 | 15 | 2E | 27 | 42 |
| Octal | 312 | 272 | 205 | 0 | 10 | 42 | 25 | 56 | 47 | 102 |
| Binary | 11001010 | 10111010 | 10000101 | 0 | 1000 | 100010 | 10101 | 101110 | 100111 | 1000010 |
Color Harmonies of #CABA85
Complementary color
Monochromatic Colors of #CABA85
Black with #CABA85
Text Example
Text Example
White with #CABA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA85; }
p { color: rgb(202,186,133); }
H1.HeaderClassName
{
color: #CABA85;
}
.AnyTagClassName
{
color: #CABA85;
}
</style>
background-color css
<style>
a { background-color: #CABA85; }
a { background-color: rgb(202,186,133); }
div.DivClassName
{
background-color: #CABA85;
}
.BgClassName
{
background-color: #CABA85;
}
</style>
border-color css
<style>
span { border-color: #CABA85; }
span { border-color: rgb(202,186,133); }
td.TdClassName
{
border-color: #CABA85;
}
.TagClassName
{
border-color: #CABA85;
}
</style>