Shades of Deco #C4D47B
Tints of Deco #C4D47B
RGB
CMYK
RGB Variations
Color information
#C4D47B (or 0xC4D47B) is known color: Deco. HEX triplet: C4, D4 and 7B. RGB value is (196,212,123). Sum of RGB (Red+Green+Blue) = 196+212+123=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D47B is #3B2B84. Grayscale: #C5C5C5. Windows color (decimal): -3877765 or 8115396. OLE color: 8115396.
HSL color Cylindrical-coordinate representation of color #C4D47B: hue angle of 70.79º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4D47B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 123 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.17 |
| HSL | 70.79º | 0.51% | 0.66% | - |
| HSV(B) | 70.79º | 0.42% | 0.83% | - |
| XYZ | 49.88 | 60.25 | 27.74 | - |
| YUV | 197.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 123 | 0.08 | 0 | 0.42 | 0.17 | 70.79 | 0.51 | 0.66 |
| Hex | C4 | D4 | 7B | 8 | 0 | 2A | 11 | 47 | 33 | 42 |
| Octal | 304 | 324 | 173 | 10 | 0 | 52 | 21 | 107 | 63 | 102 |
| Binary | 11000100 | 11010100 | 1111011 | 1000 | 0 | 101010 | 10001 | 1000111 | 110011 | 1000010 |
Color Harmonies of #C4D47B
Complementary color
Monochromatic Colors of #C4D47B
Black with #C4D47B
Text Example
Text Example
White with #C4D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D47B; }
p { color: rgb(196,212,123); }
H1.HeaderClassName
{
color: #C4D47B;
}
.AnyTagClassName
{
color: #C4D47B;
}
</style>
background-color css
<style>
a { background-color: #C4D47B; }
a { background-color: rgb(196,212,123); }
div.DivClassName
{
background-color: #C4D47B;
}
.BgClassName
{
background-color: #C4D47B;
}
</style>
border-color css
<style>
span { border-color: #C4D47B; }
span { border-color: rgb(196,212,123); }
td.TdClassName
{
border-color: #C4D47B;
}
.TagClassName
{
border-color: #C4D47B;
}
</style>