Shades of Yuma #CAB77A
Tints of Yuma #CAB77A
RGB
CMYK
RGB Variations
Color information
#CAB77A (or 0xCAB77A) is known color: Yuma. HEX triplet: CA, B7 and 7A. RGB value is (202,183,122). Sum of RGB (Red+Green+Blue) = 202+183+122=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB77A is #354885. Grayscale: #B5B5B5. Windows color (decimal): -3491974 or 8042442. OLE color: 8042442.
HSL color Cylindrical-coordinate representation of color #CAB77A: hue angle of 45.75º 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 #CAB77A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 122 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.21 |
| HSL | 45.75º | 0.43% | 0.64% | - |
| HSV(B) | 45.75º | 0.4% | 0.79% | - |
| XYZ | 44.8 | 47.83 | 25.28 | - |
| YUV | 181.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 122 | 0 | 0.09 | 0.40 | 0.21 | 45.75 | 0.43 | 0.64 |
| Hex | CA | B7 | 7A | 0 | 9 | 28 | 15 | 2E | 2B | 40 |
| Octal | 312 | 267 | 172 | 0 | 11 | 50 | 25 | 56 | 53 | 100 |
| Binary | 11001010 | 10110111 | 1111010 | 0 | 1001 | 101000 | 10101 | 101110 | 101011 | 1000000 |
Color Harmonies of #CAB77A
Complementary color
Monochromatic Colors of #CAB77A
Black with #CAB77A
Text Example
Text Example
White with #CAB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB77A; }
p { color: rgb(202,183,122); }
H1.HeaderClassName
{
color: #CAB77A;
}
.AnyTagClassName
{
color: #CAB77A;
}
</style>
background-color css
<style>
a { background-color: #CAB77A; }
a { background-color: rgb(202,183,122); }
div.DivClassName
{
background-color: #CAB77A;
}
.BgClassName
{
background-color: #CAB77A;
}
</style>
border-color css
<style>
span { border-color: #CAB77A; }
span { border-color: rgb(202,183,122); }
td.TdClassName
{
border-color: #CAB77A;
}
.TagClassName
{
border-color: #CAB77A;
}
</style>