Shades of Yuma #C8BD84
Tints of Yuma #C8BD84
RGB
CMYK
RGB Variations
Color information
#C8BD84 (or 0xC8BD84) is known color: Yuma. HEX triplet: C8, BD and 84. RGB value is (200,189,132). Sum of RGB (Red+Green+Blue) = 200+189+132=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD84 is #37427B. Grayscale: #BABABA. Windows color (decimal): -3621500 or 8699336. OLE color: 8699336.
HSL color Cylindrical-coordinate representation of color #C8BD84: hue angle of 50.29º 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 #C8BD84 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 132 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.22 |
| HSL | 50.29º | 0.38% | 0.65% | - |
| HSV(B) | 50.29º | 0.34% | 0.78% | - |
| XYZ | 46.18 | 50.34 | 29.11 | - |
| YUV | 185.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 132 | 0 | 0.06 | 0.34 | 0.22 | 50.29 | 0.38 | 0.65 |
| Hex | C8 | BD | 84 | 0 | 6 | 22 | 16 | 32 | 26 | 41 |
| Octal | 310 | 275 | 204 | 0 | 6 | 42 | 26 | 62 | 46 | 101 |
| Binary | 11001000 | 10111101 | 10000100 | 0 | 110 | 100010 | 10110 | 110010 | 100110 | 1000001 |
Color Harmonies of #C8BD84
Complementary color
Monochromatic Colors of #C8BD84
Black with #C8BD84
Text Example
Text Example
White with #C8BD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD84; }
p { color: rgb(200,189,132); }
H1.HeaderClassName
{
color: #C8BD84;
}
.AnyTagClassName
{
color: #C8BD84;
}
</style>
background-color css
<style>
a { background-color: #C8BD84; }
a { background-color: rgb(200,189,132); }
div.DivClassName
{
background-color: #C8BD84;
}
.BgClassName
{
background-color: #C8BD84;
}
</style>
border-color css
<style>
span { border-color: #C8BD84; }
span { border-color: rgb(200,189,132); }
td.TdClassName
{
border-color: #C8BD84;
}
.TagClassName
{
border-color: #C8BD84;
}
</style>