Shades of Yuma #C8BC88
Tints of Yuma #C8BC88
RGB
CMYK
RGB Variations
Color information
#C8BC88 (or 0xC8BC88) is known color: Yuma. HEX triplet: C8, BC and 88. RGB value is (200,188,136). Sum of RGB (Red+Green+Blue) = 200+188+136=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC88 is #374377. Grayscale: #B9B9B9. Windows color (decimal): -3621752 or 8961224. OLE color: 8961224.
HSL color Cylindrical-coordinate representation of color #C8BC88: hue angle of 48.75º 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 #C8BC88 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 136 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.22 |
| HSL | 48.75º | 0.37% | 0.66% | - |
| HSV(B) | 48.75º | 0.32% | 0.78% | - |
| XYZ | 46.25 | 50.02 | 30.51 | - |
| YUV | 185.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 136 | 0 | 0.06 | 0.32 | 0.22 | 48.75 | 0.37 | 0.66 |
| Hex | C8 | BC | 88 | 0 | 6 | 20 | 16 | 31 | 25 | 42 |
| Octal | 310 | 274 | 210 | 0 | 6 | 40 | 26 | 61 | 45 | 102 |
| Binary | 11001000 | 10111100 | 10001000 | 0 | 110 | 100000 | 10110 | 110001 | 100101 | 1000010 |
Color Harmonies of #C8BC88
Complementary color
Monochromatic Colors of #C8BC88
Black with #C8BC88
Text Example
Text Example
White with #C8BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC88; }
p { color: rgb(200,188,136); }
H1.HeaderClassName
{
color: #C8BC88;
}
.AnyTagClassName
{
color: #C8BC88;
}
</style>
background-color css
<style>
a { background-color: #C8BC88; }
a { background-color: rgb(200,188,136); }
div.DivClassName
{
background-color: #C8BC88;
}
.BgClassName
{
background-color: #C8BC88;
}
</style>
border-color css
<style>
span { border-color: #C8BC88; }
span { border-color: rgb(200,188,136); }
td.TdClassName
{
border-color: #C8BC88;
}
.TagClassName
{
border-color: #C8BC88;
}
</style>