Shades of Yuma #C4BB7E
Tints of Yuma #C4BB7E
RGB
CMYK
RGB Variations
Color information
#C4BB7E (or 0xC4BB7E) is known color: Yuma. HEX triplet: C4, BB and 7E. RGB value is (196,187,126). Sum of RGB (Red+Green+Blue) = 196+187+126=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB7E is #3B4481. Grayscale: #B6B6B6. Windows color (decimal): -3884162 or 8305604. OLE color: 8305604.
HSL color Cylindrical-coordinate representation of color #C4BB7E: hue angle of 52.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4BB7E is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 126 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.23 |
| HSL | 52.29º | 0.37% | 0.63% | - |
| HSV(B) | 52.29º | 0.36% | 0.77% | - |
| XYZ | 44.3 | 48.78 | 26.82 | - |
| YUV | 182.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 126 | 0 | 0.05 | 0.36 | 0.23 | 52.29 | 0.37 | 0.63 |
| Hex | C4 | BB | 7E | 0 | 5 | 24 | 17 | 34 | 25 | 3F |
| Octal | 304 | 273 | 176 | 0 | 5 | 44 | 27 | 64 | 45 | 77 |
| Binary | 11000100 | 10111011 | 1111110 | 0 | 101 | 100100 | 10111 | 110100 | 100101 | 111111 |
Color Harmonies of #C4BB7E
Complementary color
Monochromatic Colors of #C4BB7E
Black with #C4BB7E
Text Example
Text Example
White with #C4BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB7E; }
p { color: rgb(196,187,126); }
H1.HeaderClassName
{
color: #C4BB7E;
}
.AnyTagClassName
{
color: #C4BB7E;
}
</style>
background-color css
<style>
a { background-color: #C4BB7E; }
a { background-color: rgb(196,187,126); }
div.DivClassName
{
background-color: #C4BB7E;
}
.BgClassName
{
background-color: #C4BB7E;
}
</style>
border-color css
<style>
span { border-color: #C4BB7E; }
span { border-color: rgb(196,187,126); }
td.TdClassName
{
border-color: #C4BB7E;
}
.TagClassName
{
border-color: #C4BB7E;
}
</style>