Shades of Yuma #CAB98E
Tints of Yuma #CAB98E
RGB
CMYK
RGB Variations
Color information
#CAB98E (or 0xCAB98E) is known color: Yuma. HEX triplet: CA, B9 and 8E. RGB value is (202,185,142). Sum of RGB (Red+Green+Blue) = 202+185+142=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98E is #354671. Grayscale: #B9B9B9. Windows color (decimal): -3491442 or 9353674. OLE color: 9353674.
HSL color Cylindrical-coordinate representation of color #CAB98E: hue angle of 43º 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 #CAB98E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 142 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.21 |
| HSL | 43º | 0.36% | 0.67% | - |
| HSV(B) | 43º | 0.3% | 0.79% | - |
| XYZ | 46.59 | 49.21 | 32.63 | - |
| YUV | 185.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 142 | 0 | 0.08 | 0.30 | 0.21 | 43 | 0.36 | 0.67 |
| Hex | CA | B9 | 8E | 0 | 8 | 1E | 15 | 2B | 24 | 43 |
| Octal | 312 | 271 | 216 | 0 | 10 | 36 | 25 | 53 | 44 | 103 |
| Binary | 11001010 | 10111001 | 10001110 | 0 | 1000 | 11110 | 10101 | 101011 | 100100 | 1000011 |
Color Harmonies of #CAB98E
Complementary color
Monochromatic Colors of #CAB98E
Black with #CAB98E
Text Example
Text Example
White with #CAB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB98E; }
p { color: rgb(202,185,142); }
H1.HeaderClassName
{
color: #CAB98E;
}
.AnyTagClassName
{
color: #CAB98E;
}
</style>
background-color css
<style>
a { background-color: #CAB98E; }
a { background-color: rgb(202,185,142); }
div.DivClassName
{
background-color: #CAB98E;
}
.BgClassName
{
background-color: #CAB98E;
}
</style>
border-color css
<style>
span { border-color: #CAB98E; }
span { border-color: rgb(202,185,142); }
td.TdClassName
{
border-color: #CAB98E;
}
.TagClassName
{
border-color: #CAB98E;
}
</style>