Shades of Deco #C4C78B
Tints of Deco #C4C78B
RGB
CMYK
RGB Variations
Color information
#C4C78B (or 0xC4C78B) is known color: Deco. HEX triplet: C4, C7 and 8B. RGB value is (196,199,139). Sum of RGB (Red+Green+Blue) = 196+199+139=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C78B is #3B3874. Grayscale: #BFBFBF. Windows color (decimal): -3881077 or 9160644. OLE color: 9160644.
HSL color Cylindrical-coordinate representation of color #C4C78B: hue angle of 63º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4C78B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 139 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.22 |
| HSL | 63º | 0.35% | 0.66% | - |
| HSV(B) | 63º | 0.3% | 0.78% | - |
| XYZ | 47.85 | 54.45 | 32.41 | - |
| YUV | 191.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 139 | 0.02 | 0 | 0.30 | 0.22 | 63 | 0.35 | 0.66 |
| Hex | C4 | C7 | 8B | 2 | 0 | 1E | 16 | 3F | 23 | 42 |
| Octal | 304 | 307 | 213 | 2 | 0 | 36 | 26 | 77 | 43 | 102 |
| Binary | 11000100 | 11000111 | 10001011 | 10 | 0 | 11110 | 10110 | 111111 | 100011 | 1000010 |
Color Harmonies of #C4C78B
Complementary color
Monochromatic Colors of #C4C78B
Black with #C4C78B
Text Example
Text Example
White with #C4C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C78B; }
p { color: rgb(196,199,139); }
H1.HeaderClassName
{
color: #C4C78B;
}
.AnyTagClassName
{
color: #C4C78B;
}
</style>
background-color css
<style>
a { background-color: #C4C78B; }
a { background-color: rgb(196,199,139); }
div.DivClassName
{
background-color: #C4C78B;
}
.BgClassName
{
background-color: #C4C78B;
}
</style>
border-color css
<style>
span { border-color: #C4C78B; }
span { border-color: rgb(196,199,139); }
td.TdClassName
{
border-color: #C4C78B;
}
.TagClassName
{
border-color: #C4C78B;
}
</style>