Shades of Yuma #C4B77B
Tints of Yuma #C4B77B
RGB
CMYK
RGB Variations
Color information
#C4B77B (or 0xC4B77B) is known color: Yuma. HEX triplet: C4, B7 and 7B. RGB value is (196,183,123). Sum of RGB (Red+Green+Blue) = 196+183+123=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B77B is #3B4884. Grayscale: #B4B4B4. Windows color (decimal): -3885189 or 8107972. OLE color: 8107972.
HSL color Cylindrical-coordinate representation of color #C4B77B: hue angle of 49.32º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4B77B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 123 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.23 |
| HSL | 49.32º | 0.38% | 0.63% | - |
| HSV(B) | 49.32º | 0.37% | 0.77% | - |
| XYZ | 43.27 | 47.03 | 25.54 | - |
| YUV | 180.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 123 | 0 | 0.07 | 0.37 | 0.23 | 49.32 | 0.38 | 0.63 |
| Hex | C4 | B7 | 7B | 0 | 7 | 25 | 17 | 31 | 26 | 3F |
| Octal | 304 | 267 | 173 | 0 | 7 | 45 | 27 | 61 | 46 | 77 |
| Binary | 11000100 | 10110111 | 1111011 | 0 | 111 | 100101 | 10111 | 110001 | 100110 | 111111 |
Color Harmonies of #C4B77B
Complementary color
Monochromatic Colors of #C4B77B
Black with #C4B77B
Text Example
Text Example
White with #C4B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B77B; }
p { color: rgb(196,183,123); }
H1.HeaderClassName
{
color: #C4B77B;
}
.AnyTagClassName
{
color: #C4B77B;
}
</style>
background-color css
<style>
a { background-color: #C4B77B; }
a { background-color: rgb(196,183,123); }
div.DivClassName
{
background-color: #C4B77B;
}
.BgClassName
{
background-color: #C4B77B;
}
</style>
border-color css
<style>
span { border-color: #C4B77B; }
span { border-color: rgb(196,183,123); }
td.TdClassName
{
border-color: #C4B77B;
}
.TagClassName
{
border-color: #C4B77B;
}
</style>