Shades of Deco #C4CE82
Tints of Deco #C4CE82
RGB
CMYK
RGB Variations
Color information
#C4CE82 (or 0xC4CE82) is known color: Deco. HEX triplet: C4, CE and 82. RGB value is (196,206,130). Sum of RGB (Red+Green+Blue) = 196+206+130=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CE82 is #3B317D. Grayscale: #C2C2C2. Windows color (decimal): -3879294 or 8572612. OLE color: 8572612.
HSL color Cylindrical-coordinate representation of color #C4CE82: hue angle of 67.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4CE82 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 130 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.19 |
| HSL | 67.89º | 0.44% | 0.66% | - |
| HSV(B) | 67.89º | 0.37% | 0.81% | - |
| XYZ | 48.87 | 57.49 | 29.64 | - |
| YUV | 194.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 130 | 0.05 | 0 | 0.37 | 0.19 | 67.89 | 0.44 | 0.66 |
| Hex | C4 | CE | 82 | 5 | 0 | 25 | 13 | 44 | 2C | 42 |
| Octal | 304 | 316 | 202 | 5 | 0 | 45 | 23 | 104 | 54 | 102 |
| Binary | 11000100 | 11001110 | 10000010 | 101 | 0 | 100101 | 10011 | 1000100 | 101100 | 1000010 |
Color Harmonies of #C4CE82
Complementary color
Monochromatic Colors of #C4CE82
Black with #C4CE82
Text Example
Text Example
White with #C4CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE82; }
p { color: rgb(196,206,130); }
H1.HeaderClassName
{
color: #C4CE82;
}
.AnyTagClassName
{
color: #C4CE82;
}
</style>
background-color css
<style>
a { background-color: #C4CE82; }
a { background-color: rgb(196,206,130); }
div.DivClassName
{
background-color: #C4CE82;
}
.BgClassName
{
background-color: #C4CE82;
}
</style>
border-color css
<style>
span { border-color: #C4CE82; }
span { border-color: rgb(196,206,130); }
td.TdClassName
{
border-color: #C4CE82;
}
.TagClassName
{
border-color: #C4CE82;
}
</style>