Shades of Yuma #CAB982
Tints of Yuma #CAB982
RGB
CMYK
RGB Variations
Color information
#CAB982 (or 0xCAB982) is known color: Yuma. HEX triplet: CA, B9 and 82. RGB value is (202,185,130). Sum of RGB (Red+Green+Blue) = 202+185+130=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB982 is #35467D. Grayscale: #B8B8B8. Windows color (decimal): -3491454 or 8567242. OLE color: 8567242.
HSL color Cylindrical-coordinate representation of color #CAB982: hue angle of 45.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAB982 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 130 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.21 |
| HSL | 45.83º | 0.4% | 0.65% | - |
| HSV(B) | 45.83º | 0.36% | 0.79% | - |
| XYZ | 45.74 | 48.87 | 28.14 | - |
| YUV | 183.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 130 | 0 | 0.08 | 0.36 | 0.21 | 45.83 | 0.4 | 0.65 |
| Hex | CA | B9 | 82 | 0 | 8 | 24 | 15 | 2E | 28 | 41 |
| Octal | 312 | 271 | 202 | 0 | 10 | 44 | 25 | 56 | 50 | 101 |
| Binary | 11001010 | 10111001 | 10000010 | 0 | 1000 | 100100 | 10101 | 101110 | 101000 | 1000001 |
Color Harmonies of #CAB982
Complementary color
Monochromatic Colors of #CAB982
Black with #CAB982
Text Example
Text Example
White with #CAB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB982; }
p { color: rgb(202,185,130); }
H1.HeaderClassName
{
color: #CAB982;
}
.AnyTagClassName
{
color: #CAB982;
}
</style>
background-color css
<style>
a { background-color: #CAB982; }
a { background-color: rgb(202,185,130); }
div.DivClassName
{
background-color: #CAB982;
}
.BgClassName
{
background-color: #CAB982;
}
</style>
border-color css
<style>
span { border-color: #CAB982; }
span { border-color: rgb(202,185,130); }
td.TdClassName
{
border-color: #CAB982;
}
.TagClassName
{
border-color: #CAB982;
}
</style>