Shades of Deco #C4D672
Tints of Deco #C4D672
RGB
CMYK
RGB Variations
Color information
#C4D672 (or 0xC4D672) is known color: Deco. HEX triplet: C4, D6 and 72. RGB value is (196,214,114). Sum of RGB (Red+Green+Blue) = 196+214+114=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D672 is #3B298D. Grayscale: #C5C5C5. Windows color (decimal): -3877262 or 7526084. OLE color: 7526084.
HSL color Cylindrical-coordinate representation of color #C4D672: hue angle of 70.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4D672 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 114 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.16 |
| HSL | 70.8º | 0.55% | 0.64% | - |
| HSV(B) | 70.8º | 0.47% | 0.84% | - |
| XYZ | 49.85 | 61.04 | 25.07 | - |
| YUV | 197.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 114 | 0.08 | 0 | 0.47 | 0.16 | 70.8 | 0.55 | 0.64 |
| Hex | C4 | D6 | 72 | 8 | 0 | 2F | 10 | 47 | 37 | 40 |
| Octal | 304 | 326 | 162 | 10 | 0 | 57 | 20 | 107 | 67 | 100 |
| Binary | 11000100 | 11010110 | 1110010 | 1000 | 0 | 101111 | 10000 | 1000111 | 110111 | 1000000 |
Color Harmonies of #C4D672
Complementary color
Monochromatic Colors of #C4D672
Black with #C4D672
Text Example
Text Example
White with #C4D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D672; }
p { color: rgb(196,214,114); }
H1.HeaderClassName
{
color: #C4D672;
}
.AnyTagClassName
{
color: #C4D672;
}
</style>
background-color css
<style>
a { background-color: #C4D672; }
a { background-color: rgb(196,214,114); }
div.DivClassName
{
background-color: #C4D672;
}
.BgClassName
{
background-color: #C4D672;
}
</style>
border-color css
<style>
span { border-color: #C4D672; }
span { border-color: rgb(196,214,114); }
td.TdClassName
{
border-color: #C4D672;
}
.TagClassName
{
border-color: #C4D672;
}
</style>