Shades of Yuma #CAB77D
Tints of Yuma #CAB77D
RGB
CMYK
RGB Variations
Color information
#CAB77D (or 0xCAB77D) is known color: Yuma. HEX triplet: CA, B7 and 7D. RGB value is (202,183,125). Sum of RGB (Red+Green+Blue) = 202+183+125=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB77D is #354882. Grayscale: #B6B6B6. Windows color (decimal): -3491971 or 8239050. OLE color: 8239050.
HSL color Cylindrical-coordinate representation of color #CAB77D: hue angle of 45.19º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAB77D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 125 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.21 |
| HSL | 45.19º | 0.42% | 0.64% | - |
| HSV(B) | 45.19º | 0.38% | 0.79% | - |
| XYZ | 44.99 | 47.9 | 26.28 | - |
| YUV | 182.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 125 | 0 | 0.09 | 0.38 | 0.21 | 45.19 | 0.42 | 0.64 |
| Hex | CA | B7 | 7D | 0 | 9 | 26 | 15 | 2D | 2A | 40 |
| Octal | 312 | 267 | 175 | 0 | 11 | 46 | 25 | 55 | 52 | 100 |
| Binary | 11001010 | 10110111 | 1111101 | 0 | 1001 | 100110 | 10101 | 101101 | 101010 | 1000000 |
Color Harmonies of #CAB77D
Complementary color
Monochromatic Colors of #CAB77D
Black with #CAB77D
Text Example
Text Example
White with #CAB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB77D; }
p { color: rgb(202,183,125); }
H1.HeaderClassName
{
color: #CAB77D;
}
.AnyTagClassName
{
color: #CAB77D;
}
</style>
background-color css
<style>
a { background-color: #CAB77D; }
a { background-color: rgb(202,183,125); }
div.DivClassName
{
background-color: #CAB77D;
}
.BgClassName
{
background-color: #CAB77D;
}
</style>
border-color css
<style>
span { border-color: #CAB77D; }
span { border-color: rgb(202,183,125); }
td.TdClassName
{
border-color: #CAB77D;
}
.TagClassName
{
border-color: #CAB77D;
}
</style>