Shades of Yuma #C7B878
Tints of Yuma #C7B878
RGB
CMYK
RGB Variations
Color information
#C7B878 (or 0xC7B878) is known color: Yuma. HEX triplet: C7, B8 and 78. RGB value is (199,184,120). Sum of RGB (Red+Green+Blue) = 199+184+120=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B878 is #384787. Grayscale: #B5B5B5. Windows color (decimal): -3688328 or 7911623. OLE color: 7911623.
HSL color Cylindrical-coordinate representation of color #C7B878: hue angle of 48.61º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7B878 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 120 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.22 |
| HSL | 48.61º | 0.41% | 0.63% | - |
| HSV(B) | 48.61º | 0.4% | 0.78% | - |
| XYZ | 44.08 | 47.78 | 24.67 | - |
| YUV | 181.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 120 | 0 | 0.08 | 0.40 | 0.22 | 48.61 | 0.41 | 0.63 |
| Hex | C7 | B8 | 78 | 0 | 8 | 28 | 16 | 31 | 29 | 3F |
| Octal | 307 | 270 | 170 | 0 | 10 | 50 | 26 | 61 | 51 | 77 |
| Binary | 11000111 | 10111000 | 1111000 | 0 | 1000 | 101000 | 10110 | 110001 | 101001 | 111111 |
Color Harmonies of #C7B878
Complementary color
Monochromatic Colors of #C7B878
Black with #C7B878
Text Example
Text Example
White with #C7B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B878; }
p { color: rgb(199,184,120); }
H1.HeaderClassName
{
color: #C7B878;
}
.AnyTagClassName
{
color: #C7B878;
}
</style>
background-color css
<style>
a { background-color: #C7B878; }
a { background-color: rgb(199,184,120); }
div.DivClassName
{
background-color: #C7B878;
}
.BgClassName
{
background-color: #C7B878;
}
</style>
border-color css
<style>
span { border-color: #C7B878; }
span { border-color: rgb(199,184,120); }
td.TdClassName
{
border-color: #C7B878;
}
.TagClassName
{
border-color: #C7B878;
}
</style>