Shades of Yuma #CAB588
Tints of Yuma #CAB588
RGB
CMYK
RGB Variations
Color information
#CAB588 (or 0xCAB588) is known color: Yuma. HEX triplet: CA, B5 and 88. RGB value is (202,181,136). Sum of RGB (Red+Green+Blue) = 202+181+136=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB588 is #354A77. Grayscale: #B6B6B6. Windows color (decimal): -3492472 or 8959434. OLE color: 8959434.
HSL color Cylindrical-coordinate representation of color #CAB588: hue angle of 40.91º 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 #CAB588 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 136 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.21 |
| HSL | 40.91º | 0.38% | 0.66% | - |
| HSV(B) | 40.91º | 0.33% | 0.79% | - |
| XYZ | 45.32 | 47.38 | 30.05 | - |
| YUV | 182.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 136 | 0 | 0.10 | 0.33 | 0.21 | 40.91 | 0.38 | 0.66 |
| Hex | CA | B5 | 88 | 0 | A | 21 | 15 | 29 | 26 | 42 |
| Octal | 312 | 265 | 210 | 0 | 12 | 41 | 25 | 51 | 46 | 102 |
| Binary | 11001010 | 10110101 | 10001000 | 0 | 1010 | 100001 | 10101 | 101001 | 100110 | 1000010 |
Color Harmonies of #CAB588
Complementary color
Monochromatic Colors of #CAB588
Black with #CAB588
Text Example
Text Example
White with #CAB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB588; }
p { color: rgb(202,181,136); }
H1.HeaderClassName
{
color: #CAB588;
}
.AnyTagClassName
{
color: #CAB588;
}
</style>
background-color css
<style>
a { background-color: #CAB588; }
a { background-color: rgb(202,181,136); }
div.DivClassName
{
background-color: #CAB588;
}
.BgClassName
{
background-color: #CAB588;
}
</style>
border-color css
<style>
span { border-color: #CAB588; }
span { border-color: rgb(202,181,136); }
td.TdClassName
{
border-color: #CAB588;
}
.TagClassName
{
border-color: #CAB588;
}
</style>