Shades of Yuma #CAB88C
Tints of Yuma #CAB88C
RGB
CMYK
RGB Variations
Color information
#CAB88C (or 0xCAB88C) is known color: Yuma. HEX triplet: CA, B8 and 8C. RGB value is (202,184,140). Sum of RGB (Red+Green+Blue) = 202+184+140=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB88C is #354773. Grayscale: #B8B8B8. Windows color (decimal): -3491700 or 9222346. OLE color: 9222346.
HSL color Cylindrical-coordinate representation of color #CAB88C: hue angle of 42.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB88C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 140 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.21 |
| HSL | 42.58º | 0.37% | 0.67% | - |
| HSV(B) | 42.58º | 0.31% | 0.79% | - |
| XYZ | 46.23 | 48.73 | 31.78 | - |
| YUV | 184.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 140 | 0 | 0.09 | 0.31 | 0.21 | 42.58 | 0.37 | 0.67 |
| Hex | CA | B8 | 8C | 0 | 9 | 1F | 15 | 2B | 25 | 43 |
| Octal | 312 | 270 | 214 | 0 | 11 | 37 | 25 | 53 | 45 | 103 |
| Binary | 11001010 | 10111000 | 10001100 | 0 | 1001 | 11111 | 10101 | 101011 | 100101 | 1000011 |
Color Harmonies of #CAB88C
Complementary color
Monochromatic Colors of #CAB88C
Black with #CAB88C
Text Example
Text Example
White with #CAB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB88C; }
p { color: rgb(202,184,140); }
H1.HeaderClassName
{
color: #CAB88C;
}
.AnyTagClassName
{
color: #CAB88C;
}
</style>
background-color css
<style>
a { background-color: #CAB88C; }
a { background-color: rgb(202,184,140); }
div.DivClassName
{
background-color: #CAB88C;
}
.BgClassName
{
background-color: #CAB88C;
}
</style>
border-color css
<style>
span { border-color: #CAB88C; }
span { border-color: rgb(202,184,140); }
td.TdClassName
{
border-color: #CAB88C;
}
.TagClassName
{
border-color: #CAB88C;
}
</style>