Shades of Yuma #CAB482
Tints of Yuma #CAB482
RGB
CMYK
RGB Variations
Color information
#CAB482 (or 0xCAB482) is known color: Yuma. HEX triplet: CA, B4 and 82. RGB value is (202,180,130). Sum of RGB (Red+Green+Blue) = 202+180+130=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB482 is #354B7D. Grayscale: #B5B5B5. Windows color (decimal): -3492734 or 8565962. OLE color: 8565962.
HSL color Cylindrical-coordinate representation of color #CAB482: hue angle of 41.67º 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 #CAB482 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 130 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.21 |
| HSL | 41.67º | 0.4% | 0.65% | - |
| HSV(B) | 41.67º | 0.36% | 0.79% | - |
| XYZ | 44.71 | 46.81 | 27.8 | - |
| YUV | 180.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 130 | 0 | 0.11 | 0.36 | 0.21 | 41.67 | 0.4 | 0.65 |
| Hex | CA | B4 | 82 | 0 | B | 24 | 15 | 2A | 28 | 41 |
| Octal | 312 | 264 | 202 | 0 | 13 | 44 | 25 | 52 | 50 | 101 |
| Binary | 11001010 | 10110100 | 10000010 | 0 | 1011 | 100100 | 10101 | 101010 | 101000 | 1000001 |
Color Harmonies of #CAB482
Complementary color
Monochromatic Colors of #CAB482
Black with #CAB482
Text Example
Text Example
White with #CAB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB482; }
p { color: rgb(202,180,130); }
H1.HeaderClassName
{
color: #CAB482;
}
.AnyTagClassName
{
color: #CAB482;
}
</style>
background-color css
<style>
a { background-color: #CAB482; }
a { background-color: rgb(202,180,130); }
div.DivClassName
{
background-color: #CAB482;
}
.BgClassName
{
background-color: #CAB482;
}
</style>
border-color css
<style>
span { border-color: #CAB482; }
span { border-color: rgb(202,180,130); }
td.TdClassName
{
border-color: #CAB482;
}
.TagClassName
{
border-color: #CAB482;
}
</style>