Shades of Yuma #C4B58E
Tints of Yuma #C4B58E
RGB
CMYK
RGB Variations
Color information
#C4B58E (or 0xC4B58E) is known color: Yuma. HEX triplet: C4, B5 and 8E. RGB value is (196,181,142). Sum of RGB (Red+Green+Blue) = 196+181+142=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B58E is #3B4A71. Grayscale: #B5B5B5. Windows color (decimal): -3885682 or 9352644. OLE color: 9352644.
HSL color Cylindrical-coordinate representation of color #C4B58E: hue angle of 43.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B58E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 142 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.23 |
| HSL | 43.33º | 0.31% | 0.66% | - |
| HSV(B) | 43.33º | 0.28% | 0.77% | - |
| XYZ | 44.17 | 46.74 | 32.28 | - |
| YUV | 181.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 142 | 0 | 0.08 | 0.28 | 0.23 | 43.33 | 0.31 | 0.66 |
| Hex | C4 | B5 | 8E | 0 | 8 | 1C | 17 | 2B | 1F | 42 |
| Octal | 304 | 265 | 216 | 0 | 10 | 34 | 27 | 53 | 37 | 102 |
| Binary | 11000100 | 10110101 | 10001110 | 0 | 1000 | 11100 | 10111 | 101011 | 11111 | 1000010 |
Color Harmonies of #C4B58E
Complementary color
Monochromatic Colors of #C4B58E
Black with #C4B58E
Text Example
Text Example
White with #C4B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B58E; }
p { color: rgb(196,181,142); }
H1.HeaderClassName
{
color: #C4B58E;
}
.AnyTagClassName
{
color: #C4B58E;
}
</style>
background-color css
<style>
a { background-color: #C4B58E; }
a { background-color: rgb(196,181,142); }
div.DivClassName
{
background-color: #C4B58E;
}
.BgClassName
{
background-color: #C4B58E;
}
</style>
border-color css
<style>
span { border-color: #C4B58E; }
span { border-color: rgb(196,181,142); }
td.TdClassName
{
border-color: #C4B58E;
}
.TagClassName
{
border-color: #C4B58E;
}
</style>