Shades of Yuma #C8BE84
Tints of Yuma #C8BE84
RGB
CMYK
RGB Variations
Color information
#C8BE84 (or 0xC8BE84) is known color: Yuma. HEX triplet: C8, BE and 84. RGB value is (200,190,132). Sum of RGB (Red+Green+Blue) = 200+190+132=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE84 is #37417B. Grayscale: #BABABA. Windows color (decimal): -3621244 or 8699592. OLE color: 8699592.
HSL color Cylindrical-coordinate representation of color #C8BE84: hue angle of 51.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8BE84 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 132 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.22 |
| HSL | 51.18º | 0.38% | 0.65% | - |
| HSV(B) | 51.18º | 0.34% | 0.78% | - |
| XYZ | 46.4 | 50.77 | 29.18 | - |
| YUV | 186.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 132 | 0 | 0.05 | 0.34 | 0.22 | 51.18 | 0.38 | 0.65 |
| Hex | C8 | BE | 84 | 0 | 5 | 22 | 16 | 33 | 26 | 41 |
| Octal | 310 | 276 | 204 | 0 | 5 | 42 | 26 | 63 | 46 | 101 |
| Binary | 11001000 | 10111110 | 10000100 | 0 | 101 | 100010 | 10110 | 110011 | 100110 | 1000001 |
Color Harmonies of #C8BE84
Complementary color
Monochromatic Colors of #C8BE84
Black with #C8BE84
Text Example
Text Example
White with #C8BE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE84; }
p { color: rgb(200,190,132); }
H1.HeaderClassName
{
color: #C8BE84;
}
.AnyTagClassName
{
color: #C8BE84;
}
</style>
background-color css
<style>
a { background-color: #C8BE84; }
a { background-color: rgb(200,190,132); }
div.DivClassName
{
background-color: #C8BE84;
}
.BgClassName
{
background-color: #C8BE84;
}
</style>
border-color css
<style>
span { border-color: #C8BE84; }
span { border-color: rgb(200,190,132); }
td.TdClassName
{
border-color: #C8BE84;
}
.TagClassName
{
border-color: #C8BE84;
}
</style>