Shades of Yuma #C8BE7E
Tints of Yuma #C8BE7E
RGB
CMYK
RGB Variations
Color information
#C8BE7E (or 0xC8BE7E) is known color: Yuma. HEX triplet: C8, BE and 7E. RGB value is (200,190,126). Sum of RGB (Red+Green+Blue) = 200+190+126=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE7E is #374181. Grayscale: #B9B9B9. Windows color (decimal): -3621250 or 8306376. OLE color: 8306376.
HSL color Cylindrical-coordinate representation of color #C8BE7E: hue angle of 51.89º 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 #C8BE7E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 126 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.22 |
| HSL | 51.89º | 0.4% | 0.64% | - |
| HSV(B) | 51.89º | 0.37% | 0.78% | - |
| XYZ | 46 | 50.61 | 27.08 | - |
| YUV | 185.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 126 | 0 | 0.05 | 0.37 | 0.22 | 51.89 | 0.4 | 0.64 |
| Hex | C8 | BE | 7E | 0 | 5 | 25 | 16 | 34 | 28 | 40 |
| Octal | 310 | 276 | 176 | 0 | 5 | 45 | 26 | 64 | 50 | 100 |
| Binary | 11001000 | 10111110 | 1111110 | 0 | 101 | 100101 | 10110 | 110100 | 101000 | 1000000 |
Color Harmonies of #C8BE7E
Complementary color
Monochromatic Colors of #C8BE7E
Black with #C8BE7E
Text Example
Text Example
White with #C8BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE7E; }
p { color: rgb(200,190,126); }
H1.HeaderClassName
{
color: #C8BE7E;
}
.AnyTagClassName
{
color: #C8BE7E;
}
</style>
background-color css
<style>
a { background-color: #C8BE7E; }
a { background-color: rgb(200,190,126); }
div.DivClassName
{
background-color: #C8BE7E;
}
.BgClassName
{
background-color: #C8BE7E;
}
</style>
border-color css
<style>
span { border-color: #C8BE7E; }
span { border-color: rgb(200,190,126); }
td.TdClassName
{
border-color: #C8BE7E;
}
.TagClassName
{
border-color: #C8BE7E;
}
</style>