Shades of Yuma #CABA87
Tints of Yuma #CABA87
RGB
CMYK
RGB Variations
Color information
#CABA87 (or 0xCABA87) is known color: Yuma. HEX triplet: CA, BA and 87. RGB value is (202,186,135). Sum of RGB (Red+Green+Blue) = 202+186+135=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA87 is #354578. Grayscale: #B9B9B9. Windows color (decimal): -3491193 or 8895178. OLE color: 8895178.
HSL color Cylindrical-coordinate representation of color #CABA87: hue angle of 45.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CABA87 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 135 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.21 |
| HSL | 45.67º | 0.39% | 0.66% | - |
| HSV(B) | 45.67º | 0.33% | 0.79% | - |
| XYZ | 46.29 | 49.42 | 30.02 | - |
| YUV | 184.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 135 | 0 | 0.08 | 0.33 | 0.21 | 45.67 | 0.39 | 0.66 |
| Hex | CA | BA | 87 | 0 | 8 | 21 | 15 | 2E | 27 | 42 |
| Octal | 312 | 272 | 207 | 0 | 10 | 41 | 25 | 56 | 47 | 102 |
| Binary | 11001010 | 10111010 | 10000111 | 0 | 1000 | 100001 | 10101 | 101110 | 100111 | 1000010 |
Color Harmonies of #CABA87
Complementary color
Monochromatic Colors of #CABA87
Black with #CABA87
Text Example
Text Example
White with #CABA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA87; }
p { color: rgb(202,186,135); }
H1.HeaderClassName
{
color: #CABA87;
}
.AnyTagClassName
{
color: #CABA87;
}
</style>
background-color css
<style>
a { background-color: #CABA87; }
a { background-color: rgb(202,186,135); }
div.DivClassName
{
background-color: #CABA87;
}
.BgClassName
{
background-color: #CABA87;
}
</style>
border-color css
<style>
span { border-color: #CABA87; }
span { border-color: rgb(202,186,135); }
td.TdClassName
{
border-color: #CABA87;
}
.TagClassName
{
border-color: #CABA87;
}
</style>