Shades of Yuma #CABA74
Tints of Yuma #CABA74
RGB
CMYK
RGB Variations
Color information
#CABA74 (or 0xCABA74) is known color: Yuma. HEX triplet: CA, BA and 74. RGB value is (202,186,116). Sum of RGB (Red+Green+Blue) = 202+186+116=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA74 is #35458B. Grayscale: #B7B7B7. Windows color (decimal): -3491212 or 7649994. OLE color: 7649994.
HSL color Cylindrical-coordinate representation of color #CABA74: hue angle of 48.84º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CABA74 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 116 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.21 |
| HSL | 48.84º | 0.45% | 0.62% | - |
| HSV(B) | 48.84º | 0.43% | 0.79% | - |
| XYZ | 45.07 | 48.94 | 23.59 | - |
| YUV | 182.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 116 | 0 | 0.08 | 0.43 | 0.21 | 48.84 | 0.45 | 0.62 |
| Hex | CA | BA | 74 | 0 | 8 | 2B | 15 | 31 | 2D | 3E |
| Octal | 312 | 272 | 164 | 0 | 10 | 53 | 25 | 61 | 55 | 76 |
| Binary | 11001010 | 10111010 | 1110100 | 0 | 1000 | 101011 | 10101 | 110001 | 101101 | 111110 |
Color Harmonies of #CABA74
Complementary color
Monochromatic Colors of #CABA74
Black with #CABA74
Text Example
Text Example
White with #CABA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA74; }
p { color: rgb(202,186,116); }
H1.HeaderClassName
{
color: #CABA74;
}
.AnyTagClassName
{
color: #CABA74;
}
</style>
background-color css
<style>
a { background-color: #CABA74; }
a { background-color: rgb(202,186,116); }
div.DivClassName
{
background-color: #CABA74;
}
.BgClassName
{
background-color: #CABA74;
}
</style>
border-color css
<style>
span { border-color: #CABA74; }
span { border-color: rgb(202,186,116); }
td.TdClassName
{
border-color: #CABA74;
}
.TagClassName
{
border-color: #CABA74;
}
</style>