Shades of Yuma #CAB888
Tints of Yuma #CAB888
RGB
CMYK
RGB Variations
Color information
#CAB888 (or 0xCAB888) is known color: Yuma. HEX triplet: CA, B8 and 88. RGB value is (202,184,136). Sum of RGB (Red+Green+Blue) = 202+184+136=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB888 is #354777. Grayscale: #B8B8B8. Windows color (decimal): -3491704 or 8960202. OLE color: 8960202.
HSL color Cylindrical-coordinate representation of color #CAB888: hue angle of 43.64º 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 #CAB888 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 136 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.21 |
| HSL | 43.64º | 0.38% | 0.66% | - |
| HSV(B) | 43.64º | 0.33% | 0.79% | - |
| XYZ | 45.94 | 48.62 | 30.25 | - |
| YUV | 183.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 136 | 0 | 0.09 | 0.33 | 0.21 | 43.64 | 0.38 | 0.66 |
| Hex | CA | B8 | 88 | 0 | 9 | 21 | 15 | 2C | 26 | 42 |
| Octal | 312 | 270 | 210 | 0 | 11 | 41 | 25 | 54 | 46 | 102 |
| Binary | 11001010 | 10111000 | 10001000 | 0 | 1001 | 100001 | 10101 | 101100 | 100110 | 1000010 |
Color Harmonies of #CAB888
Complementary color
Monochromatic Colors of #CAB888
Black with #CAB888
Text Example
Text Example
White with #CAB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB888; }
p { color: rgb(202,184,136); }
H1.HeaderClassName
{
color: #CAB888;
}
.AnyTagClassName
{
color: #CAB888;
}
</style>
background-color css
<style>
a { background-color: #CAB888; }
a { background-color: rgb(202,184,136); }
div.DivClassName
{
background-color: #CAB888;
}
.BgClassName
{
background-color: #CAB888;
}
</style>
border-color css
<style>
span { border-color: #CAB888; }
span { border-color: rgb(202,184,136); }
td.TdClassName
{
border-color: #CAB888;
}
.TagClassName
{
border-color: #CAB888;
}
</style>