Shades of Yuma #C0B77E
Tints of Yuma #C0B77E
RGB
CMYK
RGB Variations
Color information
#C0B77E (or 0xC0B77E) is known color: Yuma. HEX triplet: C0, B7 and 7E. RGB value is (192,183,126). Sum of RGB (Red+Green+Blue) = 192+183+126=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B77E is #3F4881. Grayscale: #B3B3B3. Windows color (decimal): -4147330 or 8304576. OLE color: 8304576.
HSL color Cylindrical-coordinate representation of color #C0B77E: hue angle of 51.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0B77E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 126 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.25 |
| HSL | 51.82º | 0.34% | 0.62% | - |
| HSV(B) | 51.82º | 0.34% | 0.75% | - |
| XYZ | 42.44 | 46.58 | 26.49 | - |
| YUV | 179.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 126 | 0 | 0.05 | 0.34 | 0.25 | 51.82 | 0.34 | 0.62 |
| Hex | C0 | B7 | 7E | 0 | 5 | 22 | 19 | 34 | 22 | 3E |
| Octal | 300 | 267 | 176 | 0 | 5 | 42 | 31 | 64 | 42 | 76 |
| Binary | 11000000 | 10110111 | 1111110 | 0 | 101 | 100010 | 11001 | 110100 | 100010 | 111110 |
Color Harmonies of #C0B77E
Complementary color
Monochromatic Colors of #C0B77E
Black with #C0B77E
Text Example
Text Example
White with #C0B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B77E; }
p { color: rgb(192,183,126); }
H1.HeaderClassName
{
color: #C0B77E;
}
.AnyTagClassName
{
color: #C0B77E;
}
</style>
background-color css
<style>
a { background-color: #C0B77E; }
a { background-color: rgb(192,183,126); }
div.DivClassName
{
background-color: #C0B77E;
}
.BgClassName
{
background-color: #C0B77E;
}
</style>
border-color css
<style>
span { border-color: #C0B77E; }
span { border-color: rgb(192,183,126); }
td.TdClassName
{
border-color: #C0B77E;
}
.TagClassName
{
border-color: #C0B77E;
}
</style>