Shades of Yuma #C7BC8D
Tints of Yuma #C7BC8D
RGB
CMYK
RGB Variations
Color information
#C7BC8D (or 0xC7BC8D) is known color: Yuma. HEX triplet: C7, BC and 8D. RGB value is (199,188,141). Sum of RGB (Red+Green+Blue) = 199+188+141=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC8D is #384372. Grayscale: #BABABA. Windows color (decimal): -3687283 or 9288903. OLE color: 9288903.
HSL color Cylindrical-coordinate representation of color #C7BC8D: hue angle of 48.62º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7BC8D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 141 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.22 |
| HSL | 48.62º | 0.34% | 0.67% | - |
| HSV(B) | 48.62º | 0.29% | 0.78% | - |
| XYZ | 46.34 | 50.03 | 32.41 | - |
| YUV | 185.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 141 | 0 | 0.06 | 0.29 | 0.22 | 48.62 | 0.34 | 0.67 |
| Hex | C7 | BC | 8D | 0 | 6 | 1D | 16 | 31 | 22 | 43 |
| Octal | 307 | 274 | 215 | 0 | 6 | 35 | 26 | 61 | 42 | 103 |
| Binary | 11000111 | 10111100 | 10001101 | 0 | 110 | 11101 | 10110 | 110001 | 100010 | 1000011 |
Color Harmonies of #C7BC8D
Complementary color
Monochromatic Colors of #C7BC8D
Black with #C7BC8D
Text Example
Text Example
White with #C7BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC8D; }
p { color: rgb(199,188,141); }
H1.HeaderClassName
{
color: #C7BC8D;
}
.AnyTagClassName
{
color: #C7BC8D;
}
</style>
background-color css
<style>
a { background-color: #C7BC8D; }
a { background-color: rgb(199,188,141); }
div.DivClassName
{
background-color: #C7BC8D;
}
.BgClassName
{
background-color: #C7BC8D;
}
</style>
border-color css
<style>
span { border-color: #C7BC8D; }
span { border-color: rgb(199,188,141); }
td.TdClassName
{
border-color: #C7BC8D;
}
.TagClassName
{
border-color: #C7BC8D;
}
</style>