Shades of Yuma #C4B48D
Tints of Yuma #C4B48D
RGB
CMYK
RGB Variations
Color information
#C4B48D (or 0xC4B48D) is known color: Yuma. HEX triplet: C4, B4 and 8D. RGB value is (196,180,141). Sum of RGB (Red+Green+Blue) = 196+180+141=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B48D is #3B4B72. Grayscale: #B4B4B4. Windows color (decimal): -3885939 or 9286852. OLE color: 9286852.
HSL color Cylindrical-coordinate representation of color #C4B48D: hue angle of 42.55º degrees, saturation: 0.32, 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 #C4B48D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 141 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.23 |
| HSL | 42.55º | 0.32% | 0.66% | - |
| HSV(B) | 42.55º | 0.28% | 0.77% | - |
| XYZ | 43.89 | 46.3 | 31.82 | - |
| YUV | 180.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 141 | 0 | 0.08 | 0.28 | 0.23 | 42.55 | 0.32 | 0.66 |
| Hex | C4 | B4 | 8D | 0 | 8 | 1C | 17 | 2B | 20 | 42 |
| Octal | 304 | 264 | 215 | 0 | 10 | 34 | 27 | 53 | 40 | 102 |
| Binary | 11000100 | 10110100 | 10001101 | 0 | 1000 | 11100 | 10111 | 101011 | 100000 | 1000010 |
Color Harmonies of #C4B48D
Complementary color
Monochromatic Colors of #C4B48D
Black with #C4B48D
Text Example
Text Example
White with #C4B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B48D; }
p { color: rgb(196,180,141); }
H1.HeaderClassName
{
color: #C4B48D;
}
.AnyTagClassName
{
color: #C4B48D;
}
</style>
background-color css
<style>
a { background-color: #C4B48D; }
a { background-color: rgb(196,180,141); }
div.DivClassName
{
background-color: #C4B48D;
}
.BgClassName
{
background-color: #C4B48D;
}
</style>
border-color css
<style>
span { border-color: #C4B48D; }
span { border-color: rgb(196,180,141); }
td.TdClassName
{
border-color: #C4B48D;
}
.TagClassName
{
border-color: #C4B48D;
}
</style>