Shades of Yuma #C7B78A
Tints of Yuma #C7B78A
RGB
CMYK
RGB Variations
Color information
#C7B78A (or 0xC7B78A) is known color: Yuma. HEX triplet: C7, B7 and 8A. RGB value is (199,183,138). Sum of RGB (Red+Green+Blue) = 199+183+138=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B78A is #384875. Grayscale: #B6B6B6. Windows color (decimal): -3688566 or 9091015. OLE color: 9091015.
HSL color Cylindrical-coordinate representation of color #C7B78A: hue angle of 44.26º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7B78A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 138 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.22 |
| HSL | 44.26º | 0.35% | 0.66% | - |
| HSV(B) | 44.26º | 0.31% | 0.78% | - |
| XYZ | 45.07 | 47.84 | 30.9 | - |
| YUV | 182.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 138 | 0 | 0.08 | 0.31 | 0.22 | 44.26 | 0.35 | 0.66 |
| Hex | C7 | B7 | 8A | 0 | 8 | 1F | 16 | 2C | 23 | 42 |
| Octal | 307 | 267 | 212 | 0 | 10 | 37 | 26 | 54 | 43 | 102 |
| Binary | 11000111 | 10110111 | 10001010 | 0 | 1000 | 11111 | 10110 | 101100 | 100011 | 1000010 |
Color Harmonies of #C7B78A
Complementary color
Monochromatic Colors of #C7B78A
Black with #C7B78A
Text Example
Text Example
White with #C7B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B78A; }
p { color: rgb(199,183,138); }
H1.HeaderClassName
{
color: #C7B78A;
}
.AnyTagClassName
{
color: #C7B78A;
}
</style>
background-color css
<style>
a { background-color: #C7B78A; }
a { background-color: rgb(199,183,138); }
div.DivClassName
{
background-color: #C7B78A;
}
.BgClassName
{
background-color: #C7B78A;
}
</style>
border-color css
<style>
span { border-color: #C7B78A; }
span { border-color: rgb(199,183,138); }
td.TdClassName
{
border-color: #C7B78A;
}
.TagClassName
{
border-color: #C7B78A;
}
</style>