Shades of Yuma #C4B78A
Tints of Yuma #C4B78A
RGB
CMYK
RGB Variations
Color information
#C4B78A (or 0xC4B78A) is known color: Yuma. HEX triplet: C4, B7 and 8A. RGB value is (196,183,138). Sum of RGB (Red+Green+Blue) = 196+183+138=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B78A is #3B4875. Grayscale: #B5B5B5. Windows color (decimal): -3885174 or 9091012. OLE color: 9091012.
HSL color Cylindrical-coordinate representation of color #C4B78A: hue angle of 46.55º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B78A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 138 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.23 |
| HSL | 46.55º | 0.33% | 0.65% | - |
| HSV(B) | 46.55º | 0.3% | 0.77% | - |
| XYZ | 44.29 | 47.44 | 30.87 | - |
| YUV | 181.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 138 | 0 | 0.07 | 0.30 | 0.23 | 46.55 | 0.33 | 0.65 |
| Hex | C4 | B7 | 8A | 0 | 7 | 1E | 17 | 2F | 21 | 41 |
| Octal | 304 | 267 | 212 | 0 | 7 | 36 | 27 | 57 | 41 | 101 |
| Binary | 11000100 | 10110111 | 10001010 | 0 | 111 | 11110 | 10111 | 101111 | 100001 | 1000001 |
Color Harmonies of #C4B78A
Complementary color
Monochromatic Colors of #C4B78A
Black with #C4B78A
Text Example
Text Example
White with #C4B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B78A; }
p { color: rgb(196,183,138); }
H1.HeaderClassName
{
color: #C4B78A;
}
.AnyTagClassName
{
color: #C4B78A;
}
</style>
background-color css
<style>
a { background-color: #C4B78A; }
a { background-color: rgb(196,183,138); }
div.DivClassName
{
background-color: #C4B78A;
}
.BgClassName
{
background-color: #C4B78A;
}
</style>
border-color css
<style>
span { border-color: #C4B78A; }
span { border-color: rgb(196,183,138); }
td.TdClassName
{
border-color: #C4B78A;
}
.TagClassName
{
border-color: #C4B78A;
}
</style>