Shades of Yuma #CAB77C
Tints of Yuma #CAB77C
RGB
CMYK
RGB Variations
Color information
#CAB77C (or 0xCAB77C) is known color: Yuma. HEX triplet: CA, B7 and 7C. RGB value is (202,183,124). Sum of RGB (Red+Green+Blue) = 202+183+124=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB77C is #354883. Grayscale: #B6B6B6. Windows color (decimal): -3491972 or 8173514. OLE color: 8173514.
HSL color Cylindrical-coordinate representation of color #CAB77C: hue angle of 45.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAB77C is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 124 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.21 |
| HSL | 45.38º | 0.42% | 0.64% | - |
| HSV(B) | 45.38º | 0.39% | 0.79% | - |
| XYZ | 44.93 | 47.88 | 25.94 | - |
| YUV | 181.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 124 | 0 | 0.09 | 0.39 | 0.21 | 45.38 | 0.42 | 0.64 |
| Hex | CA | B7 | 7C | 0 | 9 | 27 | 15 | 2D | 2A | 40 |
| Octal | 312 | 267 | 174 | 0 | 11 | 47 | 25 | 55 | 52 | 100 |
| Binary | 11001010 | 10110111 | 1111100 | 0 | 1001 | 100111 | 10101 | 101101 | 101010 | 1000000 |
Color Harmonies of #CAB77C
Complementary color
Monochromatic Colors of #CAB77C
Black with #CAB77C
Text Example
Text Example
White with #CAB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB77C; }
p { color: rgb(202,183,124); }
H1.HeaderClassName
{
color: #CAB77C;
}
.AnyTagClassName
{
color: #CAB77C;
}
</style>
background-color css
<style>
a { background-color: #CAB77C; }
a { background-color: rgb(202,183,124); }
div.DivClassName
{
background-color: #CAB77C;
}
.BgClassName
{
background-color: #CAB77C;
}
</style>
border-color css
<style>
span { border-color: #CAB77C; }
span { border-color: rgb(202,183,124); }
td.TdClassName
{
border-color: #CAB77C;
}
.TagClassName
{
border-color: #CAB77C;
}
</style>