Shades of Yuma #CAB688
Tints of Yuma #CAB688
RGB
CMYK
RGB Variations
Color information
#CAB688 (or 0xCAB688) is known color: Yuma. HEX triplet: CA, B6 and 88. RGB value is (202,182,136). Sum of RGB (Red+Green+Blue) = 202+182+136=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB688 is #354977. Grayscale: #B6B6B6. Windows color (decimal): -3492216 or 8959690. OLE color: 8959690.
HSL color Cylindrical-coordinate representation of color #CAB688: hue angle of 41.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB688 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 136 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.21 |
| HSL | 41.82º | 0.38% | 0.66% | - |
| HSV(B) | 41.82º | 0.33% | 0.79% | - |
| XYZ | 45.53 | 47.79 | 30.12 | - |
| YUV | 182.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 136 | 0 | 0.10 | 0.33 | 0.21 | 41.82 | 0.38 | 0.66 |
| Hex | CA | B6 | 88 | 0 | A | 21 | 15 | 2A | 26 | 42 |
| Octal | 312 | 266 | 210 | 0 | 12 | 41 | 25 | 52 | 46 | 102 |
| Binary | 11001010 | 10110110 | 10001000 | 0 | 1010 | 100001 | 10101 | 101010 | 100110 | 1000010 |
Color Harmonies of #CAB688
Complementary color
Monochromatic Colors of #CAB688
Black with #CAB688
Text Example
Text Example
White with #CAB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB688; }
p { color: rgb(202,182,136); }
H1.HeaderClassName
{
color: #CAB688;
}
.AnyTagClassName
{
color: #CAB688;
}
</style>
background-color css
<style>
a { background-color: #CAB688; }
a { background-color: rgb(202,182,136); }
div.DivClassName
{
background-color: #CAB688;
}
.BgClassName
{
background-color: #CAB688;
}
</style>
border-color css
<style>
span { border-color: #CAB688; }
span { border-color: rgb(202,182,136); }
td.TdClassName
{
border-color: #CAB688;
}
.TagClassName
{
border-color: #CAB688;
}
</style>