Shades of Deco #C4C78A
Tints of Deco #C4C78A
RGB
CMYK
RGB Variations
Color information
#C4C78A (or 0xC4C78A) is known color: Deco. HEX triplet: C4, C7 and 8A. RGB value is (196,199,138). Sum of RGB (Red+Green+Blue) = 196+199+138=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C78A is #3B3875. Grayscale: #BFBFBF. Windows color (decimal): -3881078 or 9095108. OLE color: 9095108.
HSL color Cylindrical-coordinate representation of color #C4C78A: hue angle of 62.95º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4C78A is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 138 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.22 |
| HSL | 62.95º | 0.35% | 0.66% | - |
| HSV(B) | 62.95º | 0.31% | 0.78% | - |
| XYZ | 47.78 | 54.42 | 32.03 | - |
| YUV | 191.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 138 | 0.02 | 0 | 0.31 | 0.22 | 62.95 | 0.35 | 0.66 |
| Hex | C4 | C7 | 8A | 2 | 0 | 1F | 16 | 3F | 23 | 42 |
| Octal | 304 | 307 | 212 | 2 | 0 | 37 | 26 | 77 | 43 | 102 |
| Binary | 11000100 | 11000111 | 10001010 | 10 | 0 | 11111 | 10110 | 111111 | 100011 | 1000010 |
Color Harmonies of #C4C78A
Complementary color
Monochromatic Colors of #C4C78A
Black with #C4C78A
Text Example
Text Example
White with #C4C78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C78A; }
p { color: rgb(196,199,138); }
H1.HeaderClassName
{
color: #C4C78A;
}
.AnyTagClassName
{
color: #C4C78A;
}
</style>
background-color css
<style>
a { background-color: #C4C78A; }
a { background-color: rgb(196,199,138); }
div.DivClassName
{
background-color: #C4C78A;
}
.BgClassName
{
background-color: #C4C78A;
}
</style>
border-color css
<style>
span { border-color: #C4C78A; }
span { border-color: rgb(196,199,138); }
td.TdClassName
{
border-color: #C4C78A;
}
.TagClassName
{
border-color: #C4C78A;
}
</style>