Shades of Yuma #C8BC81
Tints of Yuma #C8BC81
RGB
CMYK
RGB Variations
Color information
#C8BC81 (or 0xC8BC81) is known color: Yuma. HEX triplet: C8, BC and 81. RGB value is (200,188,129). Sum of RGB (Red+Green+Blue) = 200+188+129=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC81 is #37437E. Grayscale: #B9B9B9. Windows color (decimal): -3621759 or 8502472. OLE color: 8502472.
HSL color Cylindrical-coordinate representation of color #C8BC81: hue angle of 49.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8BC81 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 129 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.22 |
| HSL | 49.86º | 0.39% | 0.65% | - |
| HSV(B) | 49.86º | 0.36% | 0.78% | - |
| XYZ | 45.77 | 49.83 | 27.98 | - |
| YUV | 184.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 129 | 0 | 0.06 | 0.36 | 0.22 | 49.86 | 0.39 | 0.65 |
| Hex | C8 | BC | 81 | 0 | 6 | 24 | 16 | 32 | 27 | 41 |
| Octal | 310 | 274 | 201 | 0 | 6 | 44 | 26 | 62 | 47 | 101 |
| Binary | 11001000 | 10111100 | 10000001 | 0 | 110 | 100100 | 10110 | 110010 | 100111 | 1000001 |
Color Harmonies of #C8BC81
Complementary color
Monochromatic Colors of #C8BC81
Black with #C8BC81
Text Example
Text Example
White with #C8BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC81; }
p { color: rgb(200,188,129); }
H1.HeaderClassName
{
color: #C8BC81;
}
.AnyTagClassName
{
color: #C8BC81;
}
</style>
background-color css
<style>
a { background-color: #C8BC81; }
a { background-color: rgb(200,188,129); }
div.DivClassName
{
background-color: #C8BC81;
}
.BgClassName
{
background-color: #C8BC81;
}
</style>
border-color css
<style>
span { border-color: #C8BC81; }
span { border-color: rgb(200,188,129); }
td.TdClassName
{
border-color: #C8BC81;
}
.TagClassName
{
border-color: #C8BC81;
}
</style>