Shades of Yuma #CABA72
Tints of Yuma #CABA72
RGB
CMYK
RGB Variations
Color information
#CABA72 (or 0xCABA72) is known color: Yuma. HEX triplet: CA, BA and 72. RGB value is (202,186,114). Sum of RGB (Red+Green+Blue) = 202+186+114=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA72 is #35458D. Grayscale: #B6B6B6. Windows color (decimal): -3491214 or 7518922. OLE color: 7518922.
HSL color Cylindrical-coordinate representation of color #CABA72: hue angle of 49.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CABA72 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 114 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.21 |
| HSL | 49.09º | 0.45% | 0.62% | - |
| HSV(B) | 49.09º | 0.44% | 0.79% | - |
| XYZ | 44.95 | 48.89 | 22.99 | - |
| YUV | 182.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 114 | 0 | 0.08 | 0.44 | 0.21 | 49.09 | 0.45 | 0.62 |
| Hex | CA | BA | 72 | 0 | 8 | 2C | 15 | 31 | 2D | 3E |
| Octal | 312 | 272 | 162 | 0 | 10 | 54 | 25 | 61 | 55 | 76 |
| Binary | 11001010 | 10111010 | 1110010 | 0 | 1000 | 101100 | 10101 | 110001 | 101101 | 111110 |
Color Harmonies of #CABA72
Complementary color
Monochromatic Colors of #CABA72
Black with #CABA72
Text Example
Text Example
White with #CABA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA72; }
p { color: rgb(202,186,114); }
H1.HeaderClassName
{
color: #CABA72;
}
.AnyTagClassName
{
color: #CABA72;
}
</style>
background-color css
<style>
a { background-color: #CABA72; }
a { background-color: rgb(202,186,114); }
div.DivClassName
{
background-color: #CABA72;
}
.BgClassName
{
background-color: #CABA72;
}
</style>
border-color css
<style>
span { border-color: #CABA72; }
span { border-color: rgb(202,186,114); }
td.TdClassName
{
border-color: #CABA72;
}
.TagClassName
{
border-color: #CABA72;
}
</style>