Shades of Yuma #C8B388
Tints of Yuma #C8B388
RGB
CMYK
RGB Variations
Color information
#C8B388 (or 0xC8B388) is known color: Yuma. HEX triplet: C8, B3 and 88. RGB value is (200,179,136). Sum of RGB (Red+Green+Blue) = 200+179+136=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B388 is #374C77. Grayscale: #B4B4B4. Windows color (decimal): -3624056 or 8958920. OLE color: 8958920.
HSL color Cylindrical-coordinate representation of color #C8B388: hue angle of 40.31º 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 #C8B388 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 136 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.22 |
| HSL | 40.31º | 0.37% | 0.66% | - |
| HSV(B) | 40.31º | 0.32% | 0.78% | - |
| XYZ | 44.38 | 46.3 | 29.89 | - |
| YUV | 180.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 136 | 0 | 0.10 | 0.32 | 0.22 | 40.31 | 0.37 | 0.66 |
| Hex | C8 | B3 | 88 | 0 | A | 20 | 16 | 28 | 25 | 42 |
| Octal | 310 | 263 | 210 | 0 | 12 | 40 | 26 | 50 | 45 | 102 |
| Binary | 11001000 | 10110011 | 10001000 | 0 | 1010 | 100000 | 10110 | 101000 | 100101 | 1000010 |
Color Harmonies of #C8B388
Complementary color
Monochromatic Colors of #C8B388
Black with #C8B388
Text Example
Text Example
White with #C8B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B388; }
p { color: rgb(200,179,136); }
H1.HeaderClassName
{
color: #C8B388;
}
.AnyTagClassName
{
color: #C8B388;
}
</style>
background-color css
<style>
a { background-color: #C8B388; }
a { background-color: rgb(200,179,136); }
div.DivClassName
{
background-color: #C8B388;
}
.BgClassName
{
background-color: #C8B388;
}
</style>
border-color css
<style>
span { border-color: #C8B388; }
span { border-color: rgb(200,179,136); }
td.TdClassName
{
border-color: #C8B388;
}
.TagClassName
{
border-color: #C8B388;
}
</style>