Shades of Yuma #C7B487
Tints of Yuma #C7B487
RGB
CMYK
RGB Variations
Color information
#C7B487 (or 0xC7B487) is known color: Yuma. HEX triplet: C7, B4 and 87. RGB value is (199,180,135). Sum of RGB (Red+Green+Blue) = 199+180+135=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B487 is #384B78. Grayscale: #B4B4B4. Windows color (decimal): -3689337 or 8893639. OLE color: 8893639.
HSL color Cylindrical-coordinate representation of color #C7B487: hue angle of 42.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7B487 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 135 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.22 |
| HSL | 42.19º | 0.36% | 0.65% | - |
| HSV(B) | 42.19º | 0.32% | 0.78% | - |
| XYZ | 44.25 | 46.53 | 29.57 | - |
| YUV | 180.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 135 | 0 | 0.10 | 0.32 | 0.22 | 42.19 | 0.36 | 0.65 |
| Hex | C7 | B4 | 87 | 0 | A | 20 | 16 | 2A | 24 | 41 |
| Octal | 307 | 264 | 207 | 0 | 12 | 40 | 26 | 52 | 44 | 101 |
| Binary | 11000111 | 10110100 | 10000111 | 0 | 1010 | 100000 | 10110 | 101010 | 100100 | 1000001 |
Color Harmonies of #C7B487
Complementary color
Monochromatic Colors of #C7B487
Black with #C7B487
Text Example
Text Example
White with #C7B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B487; }
p { color: rgb(199,180,135); }
H1.HeaderClassName
{
color: #C7B487;
}
.AnyTagClassName
{
color: #C7B487;
}
</style>
background-color css
<style>
a { background-color: #C7B487; }
a { background-color: rgb(199,180,135); }
div.DivClassName
{
background-color: #C7B487;
}
.BgClassName
{
background-color: #C7B487;
}
</style>
border-color css
<style>
span { border-color: #C7B487; }
span { border-color: rgb(199,180,135); }
td.TdClassName
{
border-color: #C7B487;
}
.TagClassName
{
border-color: #C7B487;
}
</style>