Shades of Yuma #C8BE7F
Tints of Yuma #C8BE7F
RGB
CMYK
RGB Variations
Color information
#C8BE7F (or 0xC8BE7F) is known color: Yuma. HEX triplet: C8, BE and 7F. RGB value is (200,190,127). Sum of RGB (Red+Green+Blue) = 200+190+127=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE7F is #374180. Grayscale: #BABABA. Windows color (decimal): -3621249 or 8371912. OLE color: 8371912.
HSL color Cylindrical-coordinate representation of color #C8BE7F: hue angle of 51.78º 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 #C8BE7F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 127 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.22 |
| HSL | 51.78º | 0.4% | 0.64% | - |
| HSV(B) | 51.78º | 0.37% | 0.78% | - |
| XYZ | 46.06 | 50.64 | 27.43 | - |
| YUV | 185.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 127 | 0 | 0.05 | 0.36 | 0.22 | 51.78 | 0.4 | 0.64 |
| Hex | C8 | BE | 7F | 0 | 5 | 24 | 16 | 34 | 28 | 40 |
| Octal | 310 | 276 | 177 | 0 | 5 | 44 | 26 | 64 | 50 | 100 |
| Binary | 11001000 | 10111110 | 1111111 | 0 | 101 | 100100 | 10110 | 110100 | 101000 | 1000000 |
Color Harmonies of #C8BE7F
Complementary color
Monochromatic Colors of #C8BE7F
Black with #C8BE7F
Text Example
Text Example
White with #C8BE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE7F; }
p { color: rgb(200,190,127); }
H1.HeaderClassName
{
color: #C8BE7F;
}
.AnyTagClassName
{
color: #C8BE7F;
}
</style>
background-color css
<style>
a { background-color: #C8BE7F; }
a { background-color: rgb(200,190,127); }
div.DivClassName
{
background-color: #C8BE7F;
}
.BgClassName
{
background-color: #C8BE7F;
}
</style>
border-color css
<style>
span { border-color: #C8BE7F; }
span { border-color: rgb(200,190,127); }
td.TdClassName
{
border-color: #C8BE7F;
}
.TagClassName
{
border-color: #C8BE7F;
}
</style>