Shades of Yuma #C8BD7E
Tints of Yuma #C8BD7E
RGB
CMYK
RGB Variations
Color information
#C8BD7E (or 0xC8BD7E) is known color: Yuma. HEX triplet: C8, BD and 7E. RGB value is (200,189,126). Sum of RGB (Red+Green+Blue) = 200+189+126=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD7E is #374281. Grayscale: #B9B9B9. Windows color (decimal): -3621506 or 8306120. OLE color: 8306120.
HSL color Cylindrical-coordinate representation of color #C8BD7E: hue angle of 51.08º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8BD7E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 126 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.22 |
| HSL | 51.08º | 0.4% | 0.64% | - |
| HSV(B) | 51.08º | 0.37% | 0.78% | - |
| XYZ | 45.78 | 50.18 | 27.01 | - |
| YUV | 185.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 126 | 0 | 0.06 | 0.37 | 0.22 | 51.08 | 0.4 | 0.64 |
| Hex | C8 | BD | 7E | 0 | 6 | 25 | 16 | 33 | 28 | 40 |
| Octal | 310 | 275 | 176 | 0 | 6 | 45 | 26 | 63 | 50 | 100 |
| Binary | 11001000 | 10111101 | 1111110 | 0 | 110 | 100101 | 10110 | 110011 | 101000 | 1000000 |
Color Harmonies of #C8BD7E
Complementary color
Monochromatic Colors of #C8BD7E
Black with #C8BD7E
Text Example
Text Example
White with #C8BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD7E; }
p { color: rgb(200,189,126); }
H1.HeaderClassName
{
color: #C8BD7E;
}
.AnyTagClassName
{
color: #C8BD7E;
}
</style>
background-color css
<style>
a { background-color: #C8BD7E; }
a { background-color: rgb(200,189,126); }
div.DivClassName
{
background-color: #C8BD7E;
}
.BgClassName
{
background-color: #C8BD7E;
}
</style>
border-color css
<style>
span { border-color: #C8BD7E; }
span { border-color: rgb(200,189,126); }
td.TdClassName
{
border-color: #C8BD7E;
}
.TagClassName
{
border-color: #C8BD7E;
}
</style>