Shades of Deco #C4CF80
Tints of Deco #C4CF80
RGB
CMYK
RGB Variations
Color information
#C4CF80 (or 0xC4CF80) is known color: Deco. HEX triplet: C4, CF and 80. RGB value is (196,207,128). Sum of RGB (Red+Green+Blue) = 196+207+128=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF80 is #3B307F. Grayscale: #C3C3C3. Windows color (decimal): -3879040 or 8441796. OLE color: 8441796.
HSL color Cylindrical-coordinate representation of color #C4CF80: hue angle of 68.35º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4CF80 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 128 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.19 |
| HSL | 68.35º | 0.45% | 0.66% | - |
| HSV(B) | 68.35º | 0.38% | 0.81% | - |
| XYZ | 48.97 | 57.92 | 29.02 | - |
| YUV | 194.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 128 | 0.05 | 0 | 0.38 | 0.19 | 68.35 | 0.45 | 0.66 |
| Hex | C4 | CF | 80 | 5 | 0 | 26 | 13 | 44 | 2D | 42 |
| Octal | 304 | 317 | 200 | 5 | 0 | 46 | 23 | 104 | 55 | 102 |
| Binary | 11000100 | 11001111 | 10000000 | 101 | 0 | 100110 | 10011 | 1000100 | 101101 | 1000010 |
Color Harmonies of #C4CF80
Complementary color
Monochromatic Colors of #C4CF80
Black with #C4CF80
Text Example
Text Example
White with #C4CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF80; }
p { color: rgb(196,207,128); }
H1.HeaderClassName
{
color: #C4CF80;
}
.AnyTagClassName
{
color: #C4CF80;
}
</style>
background-color css
<style>
a { background-color: #C4CF80; }
a { background-color: rgb(196,207,128); }
div.DivClassName
{
background-color: #C4CF80;
}
.BgClassName
{
background-color: #C4CF80;
}
</style>
border-color css
<style>
span { border-color: #C4CF80; }
span { border-color: rgb(196,207,128); }
td.TdClassName
{
border-color: #C4CF80;
}
.TagClassName
{
border-color: #C4CF80;
}
</style>