Shades of Yuma #C7BC90
Tints of Yuma #C7BC90
RGB
CMYK
RGB Variations
Color information
#C7BC90 (or 0xC7BC90) is known color: Yuma. HEX triplet: C7, BC and 90. RGB value is (199,188,144). Sum of RGB (Red+Green+Blue) = 199+188+144=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC90 is #38436F. Grayscale: #BABABA. Windows color (decimal): -3687280 or 9485511. OLE color: 9485511.
HSL color Cylindrical-coordinate representation of color #C7BC90: hue angle of 48º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7BC90 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 144 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.22 |
| HSL | 48º | 0.33% | 0.67% | - |
| HSV(B) | 48º | 0.28% | 0.78% | - |
| XYZ | 46.57 | 50.12 | 33.61 | - |
| YUV | 186.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 144 | 0 | 0.06 | 0.28 | 0.22 | 48 | 0.33 | 0.67 |
| Hex | C7 | BC | 90 | 0 | 6 | 1C | 16 | 30 | 21 | 43 |
| Octal | 307 | 274 | 220 | 0 | 6 | 34 | 26 | 60 | 41 | 103 |
| Binary | 11000111 | 10111100 | 10010000 | 0 | 110 | 11100 | 10110 | 110000 | 100001 | 1000011 |
Color Harmonies of #C7BC90
Complementary color
Monochromatic Colors of #C7BC90
Black with #C7BC90
Text Example
Text Example
White with #C7BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC90; }
p { color: rgb(199,188,144); }
H1.HeaderClassName
{
color: #C7BC90;
}
.AnyTagClassName
{
color: #C7BC90;
}
</style>
background-color css
<style>
a { background-color: #C7BC90; }
a { background-color: rgb(199,188,144); }
div.DivClassName
{
background-color: #C7BC90;
}
.BgClassName
{
background-color: #C7BC90;
}
</style>
border-color css
<style>
span { border-color: #C7BC90; }
span { border-color: rgb(199,188,144); }
td.TdClassName
{
border-color: #C7BC90;
}
.TagClassName
{
border-color: #C7BC90;
}
</style>