Shades of Yuma #CAB88E
Tints of Yuma #CAB88E
RGB
CMYK
RGB Variations
Color information
#CAB88E (or 0xCAB88E) is known color: Yuma. HEX triplet: CA, B8 and 8E. RGB value is (202,184,142). Sum of RGB (Red+Green+Blue) = 202+184+142=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB88E is #354771. Grayscale: #B8B8B8. Windows color (decimal): -3491698 or 9353418. OLE color: 9353418.
HSL color Cylindrical-coordinate representation of color #CAB88E: hue angle of 42º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB88E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 142 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.21 |
| HSL | 42º | 0.36% | 0.67% | - |
| HSV(B) | 42º | 0.3% | 0.79% | - |
| XYZ | 46.38 | 48.79 | 32.56 | - |
| YUV | 184.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 142 | 0 | 0.09 | 0.30 | 0.21 | 42 | 0.36 | 0.67 |
| Hex | CA | B8 | 8E | 0 | 9 | 1E | 15 | 2A | 24 | 43 |
| Octal | 312 | 270 | 216 | 0 | 11 | 36 | 25 | 52 | 44 | 103 |
| Binary | 11001010 | 10111000 | 10001110 | 0 | 1001 | 11110 | 10101 | 101010 | 100100 | 1000011 |
Color Harmonies of #CAB88E
Complementary color
Monochromatic Colors of #CAB88E
Black with #CAB88E
Text Example
Text Example
White with #CAB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB88E; }
p { color: rgb(202,184,142); }
H1.HeaderClassName
{
color: #CAB88E;
}
.AnyTagClassName
{
color: #CAB88E;
}
</style>
background-color css
<style>
a { background-color: #CAB88E; }
a { background-color: rgb(202,184,142); }
div.DivClassName
{
background-color: #CAB88E;
}
.BgClassName
{
background-color: #CAB88E;
}
</style>
border-color css
<style>
span { border-color: #CAB88E; }
span { border-color: rgb(202,184,142); }
td.TdClassName
{
border-color: #CAB88E;
}
.TagClassName
{
border-color: #CAB88E;
}
</style>