Shades of Yuma #C2B77E
Tints of Yuma #C2B77E
RGB
CMYK
RGB Variations
Color information
#C2B77E (or 0xC2B77E) is known color: Yuma. HEX triplet: C2, B7 and 7E. RGB value is (194,183,126). Sum of RGB (Red+Green+Blue) = 194+183+126=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B77E is #3D4881. Grayscale: #B4B4B4. Windows color (decimal): -4016258 or 8304578. OLE color: 8304578.
HSL color Cylindrical-coordinate representation of color #C2B77E: hue angle of 50.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2B77E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 126 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.24 |
| HSL | 50.29º | 0.36% | 0.63% | - |
| HSV(B) | 50.29º | 0.35% | 0.76% | - |
| XYZ | 42.95 | 46.84 | 26.52 | - |
| YUV | 179.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 126 | 0 | 0.06 | 0.35 | 0.24 | 50.29 | 0.36 | 0.63 |
| Hex | C2 | B7 | 7E | 0 | 6 | 23 | 18 | 32 | 24 | 3F |
| Octal | 302 | 267 | 176 | 0 | 6 | 43 | 30 | 62 | 44 | 77 |
| Binary | 11000010 | 10110111 | 1111110 | 0 | 110 | 100011 | 11000 | 110010 | 100100 | 111111 |
Color Harmonies of #C2B77E
Complementary color
Monochromatic Colors of #C2B77E
Black with #C2B77E
Text Example
Text Example
White with #C2B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B77E; }
p { color: rgb(194,183,126); }
H1.HeaderClassName
{
color: #C2B77E;
}
.AnyTagClassName
{
color: #C2B77E;
}
</style>
background-color css
<style>
a { background-color: #C2B77E; }
a { background-color: rgb(194,183,126); }
div.DivClassName
{
background-color: #C2B77E;
}
.BgClassName
{
background-color: #C2B77E;
}
</style>
border-color css
<style>
span { border-color: #C2B77E; }
span { border-color: rgb(194,183,126); }
td.TdClassName
{
border-color: #C2B77E;
}
.TagClassName
{
border-color: #C2B77E;
}
</style>