Shades of Yuma #C2B888
Tints of Yuma #C2B888
RGB
CMYK
RGB Variations
Color information
#C2B888 (or 0xC2B888) is known color: Yuma. HEX triplet: C2, B8 and 88. RGB value is (194,184,136). Sum of RGB (Red+Green+Blue) = 194+184+136=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B888 is #3D4777. Grayscale: #B5B5B5. Windows color (decimal): -4015992 or 8960194. OLE color: 8960194.
HSL color Cylindrical-coordinate representation of color #C2B888: hue angle of 49.66º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B888 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 136 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.24 |
| HSL | 49.66º | 0.32% | 0.65% | - |
| HSV(B) | 49.66º | 0.3% | 0.76% | - |
| XYZ | 43.83 | 47.53 | 30.16 | - |
| YUV | 181.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 136 | 0 | 0.05 | 0.30 | 0.24 | 49.66 | 0.32 | 0.65 |
| Hex | C2 | B8 | 88 | 0 | 5 | 1E | 18 | 32 | 20 | 41 |
| Octal | 302 | 270 | 210 | 0 | 5 | 36 | 30 | 62 | 40 | 101 |
| Binary | 11000010 | 10111000 | 10001000 | 0 | 101 | 11110 | 11000 | 110010 | 100000 | 1000001 |
Color Harmonies of #C2B888
Complementary color
Monochromatic Colors of #C2B888
Black with #C2B888
Text Example
Text Example
White with #C2B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B888; }
p { color: rgb(194,184,136); }
H1.HeaderClassName
{
color: #C2B888;
}
.AnyTagClassName
{
color: #C2B888;
}
</style>
background-color css
<style>
a { background-color: #C2B888; }
a { background-color: rgb(194,184,136); }
div.DivClassName
{
background-color: #C2B888;
}
.BgClassName
{
background-color: #C2B888;
}
</style>
border-color css
<style>
span { border-color: #C2B888; }
span { border-color: rgb(194,184,136); }
td.TdClassName
{
border-color: #C2B888;
}
.TagClassName
{
border-color: #C2B888;
}
</style>