Shades of Yuma #CABA90
Tints of Yuma #CABA90
RGB
CMYK
RGB Variations
Color information
#CABA90 (or 0xCABA90) is known color: Yuma. HEX triplet: CA, BA and 90. RGB value is (202,186,144). Sum of RGB (Red+Green+Blue) = 202+186+144=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA90 is #35456F. Grayscale: #BABABA. Windows color (decimal): -3491184 or 9485002. OLE color: 9485002.
HSL color Cylindrical-coordinate representation of color #CABA90: hue angle of 43.45º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CABA90 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 144 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.21 |
| HSL | 43.45º | 0.35% | 0.68% | - |
| HSV(B) | 43.45º | 0.29% | 0.79% | - |
| XYZ | 46.95 | 49.69 | 33.5 | - |
| YUV | 186 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 144 | 0 | 0.08 | 0.29 | 0.21 | 43.45 | 0.35 | 0.68 |
| Hex | CA | BA | 90 | 0 | 8 | 1D | 15 | 2B | 23 | 44 |
| Octal | 312 | 272 | 220 | 0 | 10 | 35 | 25 | 53 | 43 | 104 |
| Binary | 11001010 | 10111010 | 10010000 | 0 | 1000 | 11101 | 10101 | 101011 | 100011 | 1000100 |
Color Harmonies of #CABA90
Complementary color
Monochromatic Colors of #CABA90
Black with #CABA90
Text Example
Text Example
White with #CABA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA90; }
p { color: rgb(202,186,144); }
H1.HeaderClassName
{
color: #CABA90;
}
.AnyTagClassName
{
color: #CABA90;
}
</style>
background-color css
<style>
a { background-color: #CABA90; }
a { background-color: rgb(202,186,144); }
div.DivClassName
{
background-color: #CABA90;
}
.BgClassName
{
background-color: #CABA90;
}
</style>
border-color css
<style>
span { border-color: #CABA90; }
span { border-color: rgb(202,186,144); }
td.TdClassName
{
border-color: #CABA90;
}
.TagClassName
{
border-color: #CABA90;
}
</style>