Shades of Yuma #C8B888
Tints of Yuma #C8B888
RGB
CMYK
RGB Variations
Color information
#C8B888 (or 0xC8B888) is known color: Yuma. HEX triplet: C8, B8 and 88. RGB value is (200,184,136). Sum of RGB (Red+Green+Blue) = 200+184+136=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B888 is #374777. Grayscale: #B7B7B7. Windows color (decimal): -3622776 or 8960200. OLE color: 8960200.
HSL color Cylindrical-coordinate representation of color #C8B888: hue angle of 45º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8B888 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 136 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.22 |
| HSL | 45º | 0.37% | 0.66% | - |
| HSV(B) | 45º | 0.32% | 0.78% | - |
| XYZ | 45.4 | 48.34 | 30.23 | - |
| YUV | 183.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 136 | 0 | 0.08 | 0.32 | 0.22 | 45 | 0.37 | 0.66 |
| Hex | C8 | B8 | 88 | 0 | 8 | 20 | 16 | 2D | 25 | 42 |
| Octal | 310 | 270 | 210 | 0 | 10 | 40 | 26 | 55 | 45 | 102 |
| Binary | 11001000 | 10111000 | 10001000 | 0 | 1000 | 100000 | 10110 | 101101 | 100101 | 1000010 |
Color Harmonies of #C8B888
Complementary color
Monochromatic Colors of #C8B888
Black with #C8B888
Text Example
Text Example
White with #C8B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B888; }
p { color: rgb(200,184,136); }
H1.HeaderClassName
{
color: #C8B888;
}
.AnyTagClassName
{
color: #C8B888;
}
</style>
background-color css
<style>
a { background-color: #C8B888; }
a { background-color: rgb(200,184,136); }
div.DivClassName
{
background-color: #C8B888;
}
.BgClassName
{
background-color: #C8B888;
}
</style>
border-color css
<style>
span { border-color: #C8B888; }
span { border-color: rgb(200,184,136); }
td.TdClassName
{
border-color: #C8B888;
}
.TagClassName
{
border-color: #C8B888;
}
</style>