Shades of Yuma #CAB882
Tints of Yuma #CAB882
RGB
CMYK
RGB Variations
Color information
#CAB882 (or 0xCAB882) is known color: Yuma. HEX triplet: CA, B8 and 82. RGB value is (202,184,130). Sum of RGB (Red+Green+Blue) = 202+184+130=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB882 is #35477D. Grayscale: #B7B7B7. Windows color (decimal): -3491710 or 8566986. OLE color: 8566986.
HSL color Cylindrical-coordinate representation of color #CAB882: hue angle of 45º 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 #CAB882 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 130 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.21 |
| HSL | 45º | 0.4% | 0.65% | - |
| HSV(B) | 45º | 0.36% | 0.79% | - |
| XYZ | 45.53 | 48.45 | 28.07 | - |
| YUV | 183.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 130 | 0 | 0.09 | 0.36 | 0.21 | 45 | 0.4 | 0.65 |
| Hex | CA | B8 | 82 | 0 | 9 | 24 | 15 | 2D | 28 | 41 |
| Octal | 312 | 270 | 202 | 0 | 11 | 44 | 25 | 55 | 50 | 101 |
| Binary | 11001010 | 10111000 | 10000010 | 0 | 1001 | 100100 | 10101 | 101101 | 101000 | 1000001 |
Color Harmonies of #CAB882
Complementary color
Monochromatic Colors of #CAB882
Black with #CAB882
Text Example
Text Example
White with #CAB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB882; }
p { color: rgb(202,184,130); }
H1.HeaderClassName
{
color: #CAB882;
}
.AnyTagClassName
{
color: #CAB882;
}
</style>
background-color css
<style>
a { background-color: #CAB882; }
a { background-color: rgb(202,184,130); }
div.DivClassName
{
background-color: #CAB882;
}
.BgClassName
{
background-color: #CAB882;
}
</style>
border-color css
<style>
span { border-color: #CAB882; }
span { border-color: rgb(202,184,130); }
td.TdClassName
{
border-color: #CAB882;
}
.TagClassName
{
border-color: #CAB882;
}
</style>