Shades of Yuma #CABC7A
Tints of Yuma #CABC7A
RGB
CMYK
RGB Variations
Color information
#CABC7A (or 0xCABC7A) is known color: Yuma. HEX triplet: CA, BC and 7A. RGB value is (202,188,122). Sum of RGB (Red+Green+Blue) = 202+188+122=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC7A is #354385. Grayscale: #B8B8B8. Windows color (decimal): -3490694 or 8043722. OLE color: 8043722.
HSL color Cylindrical-coordinate representation of color #CABC7A: hue angle of 49.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CABC7A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 122 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.21 |
| HSL | 49.5º | 0.43% | 0.64% | - |
| HSV(B) | 49.5º | 0.4% | 0.79% | - |
| XYZ | 45.85 | 49.93 | 25.63 | - |
| YUV | 184.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 122 | 0 | 0.07 | 0.40 | 0.21 | 49.5 | 0.43 | 0.64 |
| Hex | CA | BC | 7A | 0 | 7 | 28 | 15 | 32 | 2B | 40 |
| Octal | 312 | 274 | 172 | 0 | 7 | 50 | 25 | 62 | 53 | 100 |
| Binary | 11001010 | 10111100 | 1111010 | 0 | 111 | 101000 | 10101 | 110010 | 101011 | 1000000 |
Color Harmonies of #CABC7A
Complementary color
Monochromatic Colors of #CABC7A
Black with #CABC7A
Text Example
Text Example
White with #CABC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABC7A; }
p { color: rgb(202,188,122); }
H1.HeaderClassName
{
color: #CABC7A;
}
.AnyTagClassName
{
color: #CABC7A;
}
</style>
background-color css
<style>
a { background-color: #CABC7A; }
a { background-color: rgb(202,188,122); }
div.DivClassName
{
background-color: #CABC7A;
}
.BgClassName
{
background-color: #CABC7A;
}
</style>
border-color css
<style>
span { border-color: #CABC7A; }
span { border-color: rgb(202,188,122); }
td.TdClassName
{
border-color: #CABC7A;
}
.TagClassName
{
border-color: #CABC7A;
}
</style>