Shades of Yuma #C7B887
Tints of Yuma #C7B887
RGB
CMYK
RGB Variations
Color information
#C7B887 (or 0xC7B887) is known color: Yuma. HEX triplet: C7, B8 and 87. RGB value is (199,184,135). Sum of RGB (Red+Green+Blue) = 199+184+135=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B887 is #384778. Grayscale: #B7B7B7. Windows color (decimal): -3688313 or 8894663. OLE color: 8894663.
HSL color Cylindrical-coordinate representation of color #C7B887: hue angle of 45.94º 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 #C7B887 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 135 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.22 |
| HSL | 45.94º | 0.36% | 0.65% | - |
| HSV(B) | 45.94º | 0.32% | 0.78% | - |
| XYZ | 45.07 | 48.17 | 29.84 | - |
| YUV | 182.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 135 | 0 | 0.08 | 0.32 | 0.22 | 45.94 | 0.36 | 0.65 |
| Hex | C7 | B8 | 87 | 0 | 8 | 20 | 16 | 2E | 24 | 41 |
| Octal | 307 | 270 | 207 | 0 | 10 | 40 | 26 | 56 | 44 | 101 |
| Binary | 11000111 | 10111000 | 10000111 | 0 | 1000 | 100000 | 10110 | 101110 | 100100 | 1000001 |
Color Harmonies of #C7B887
Complementary color
Monochromatic Colors of #C7B887
Black with #C7B887
Text Example
Text Example
White with #C7B887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B887; }
p { color: rgb(199,184,135); }
H1.HeaderClassName
{
color: #C7B887;
}
.AnyTagClassName
{
color: #C7B887;
}
</style>
background-color css
<style>
a { background-color: #C7B887; }
a { background-color: rgb(199,184,135); }
div.DivClassName
{
background-color: #C7B887;
}
.BgClassName
{
background-color: #C7B887;
}
</style>
border-color css
<style>
span { border-color: #C7B887; }
span { border-color: rgb(199,184,135); }
td.TdClassName
{
border-color: #C7B887;
}
.TagClassName
{
border-color: #C7B887;
}
</style>