Shades of Yuma #CAB87C
Tints of Yuma #CAB87C
RGB
CMYK
RGB Variations
Color information
#CAB87C (or 0xCAB87C) is known color: Yuma. HEX triplet: CA, B8 and 7C. RGB value is (202,184,124). Sum of RGB (Red+Green+Blue) = 202+184+124=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB87C is #354783. Grayscale: #B6B6B6. Windows color (decimal): -3491716 or 8173770. OLE color: 8173770.
HSL color Cylindrical-coordinate representation of color #CAB87C: hue angle of 46.15º 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 #CAB87C is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 124 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.21 |
| HSL | 46.15º | 0.42% | 0.64% | - |
| HSV(B) | 46.15º | 0.39% | 0.79% | - |
| XYZ | 45.14 | 48.29 | 26.01 | - |
| YUV | 182.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 124 | 0 | 0.09 | 0.39 | 0.21 | 46.15 | 0.42 | 0.64 |
| Hex | CA | B8 | 7C | 0 | 9 | 27 | 15 | 2E | 2A | 40 |
| Octal | 312 | 270 | 174 | 0 | 11 | 47 | 25 | 56 | 52 | 100 |
| Binary | 11001010 | 10111000 | 1111100 | 0 | 1001 | 100111 | 10101 | 101110 | 101010 | 1000000 |
Color Harmonies of #CAB87C
Complementary color
Monochromatic Colors of #CAB87C
Black with #CAB87C
Text Example
Text Example
White with #CAB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB87C; }
p { color: rgb(202,184,124); }
H1.HeaderClassName
{
color: #CAB87C;
}
.AnyTagClassName
{
color: #CAB87C;
}
</style>
background-color css
<style>
a { background-color: #CAB87C; }
a { background-color: rgb(202,184,124); }
div.DivClassName
{
background-color: #CAB87C;
}
.BgClassName
{
background-color: #CAB87C;
}
</style>
border-color css
<style>
span { border-color: #CAB87C; }
span { border-color: rgb(202,184,124); }
td.TdClassName
{
border-color: #CAB87C;
}
.TagClassName
{
border-color: #CAB87C;
}
</style>