Shades of Yuma #CAB876
Tints of Yuma #CAB876
RGB
CMYK
RGB Variations
Color information
#CAB876 (or 0xCAB876) is known color: Yuma. HEX triplet: CA, B8 and 76. RGB value is (202,184,118). Sum of RGB (Red+Green+Blue) = 202+184+118=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB876 is #354789. Grayscale: #B6B6B6. Windows color (decimal): -3491722 or 7780554. OLE color: 7780554.
HSL color Cylindrical-coordinate representation of color #CAB876: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB876 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 118 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.21 |
| HSL | 47.14º | 0.44% | 0.63% | - |
| HSV(B) | 47.14º | 0.42% | 0.79% | - |
| XYZ | 44.77 | 48.15 | 24.07 | - |
| YUV | 181.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 118 | 0 | 0.09 | 0.42 | 0.21 | 47.14 | 0.44 | 0.63 |
| Hex | CA | B8 | 76 | 0 | 9 | 2A | 15 | 2F | 2C | 3F |
| Octal | 312 | 270 | 166 | 0 | 11 | 52 | 25 | 57 | 54 | 77 |
| Binary | 11001010 | 10111000 | 1110110 | 0 | 1001 | 101010 | 10101 | 101111 | 101100 | 111111 |
Color Harmonies of #CAB876
Complementary color
Monochromatic Colors of #CAB876
Black with #CAB876
Text Example
Text Example
White with #CAB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB876; }
p { color: rgb(202,184,118); }
H1.HeaderClassName
{
color: #CAB876;
}
.AnyTagClassName
{
color: #CAB876;
}
</style>
background-color css
<style>
a { background-color: #CAB876; }
a { background-color: rgb(202,184,118); }
div.DivClassName
{
background-color: #CAB876;
}
.BgClassName
{
background-color: #CAB876;
}
</style>
border-color css
<style>
span { border-color: #CAB876; }
span { border-color: rgb(202,184,118); }
td.TdClassName
{
border-color: #CAB876;
}
.TagClassName
{
border-color: #CAB876;
}
</style>