Shades of Yuma #CAB87F
Tints of Yuma #CAB87F
RGB
CMYK
RGB Variations
Color information
#CAB87F (or 0xCAB87F) is known color: Yuma. HEX triplet: CA, B8 and 7F. RGB value is (202,184,127). Sum of RGB (Red+Green+Blue) = 202+184+127=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB87F is #354780. Grayscale: #B7B7B7. Windows color (decimal): -3491713 or 8370378. OLE color: 8370378.
HSL color Cylindrical-coordinate representation of color #CAB87F: hue angle of 45.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB87F is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 127 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.21 |
| HSL | 45.6º | 0.41% | 0.65% | - |
| HSV(B) | 45.6º | 0.37% | 0.79% | - |
| XYZ | 45.33 | 48.37 | 27.03 | - |
| YUV | 182.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 127 | 0 | 0.09 | 0.37 | 0.21 | 45.6 | 0.41 | 0.65 |
| Hex | CA | B8 | 7F | 0 | 9 | 25 | 15 | 2E | 29 | 41 |
| Octal | 312 | 270 | 177 | 0 | 11 | 45 | 25 | 56 | 51 | 101 |
| Binary | 11001010 | 10111000 | 1111111 | 0 | 1001 | 100101 | 10101 | 101110 | 101001 | 1000001 |
Color Harmonies of #CAB87F
Complementary color
Monochromatic Colors of #CAB87F
Black with #CAB87F
Text Example
Text Example
White with #CAB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB87F; }
p { color: rgb(202,184,127); }
H1.HeaderClassName
{
color: #CAB87F;
}
.AnyTagClassName
{
color: #CAB87F;
}
</style>
background-color css
<style>
a { background-color: #CAB87F; }
a { background-color: rgb(202,184,127); }
div.DivClassName
{
background-color: #CAB87F;
}
.BgClassName
{
background-color: #CAB87F;
}
</style>
border-color css
<style>
span { border-color: #CAB87F; }
span { border-color: rgb(202,184,127); }
td.TdClassName
{
border-color: #CAB87F;
}
.TagClassName
{
border-color: #CAB87F;
}
</style>