Shades of Deco #C3D18E
Tints of Deco #C3D18E
RGB
CMYK
RGB Variations
Color information
#C3D18E (or 0xC3D18E) is known color: Deco. HEX triplet: C3, D1 and 8E. RGB value is (195,209,142). Sum of RGB (Red+Green+Blue) = 195+209+142=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D18E is #3C2E71. Grayscale: #C5C5C5. Windows color (decimal): -3944050 or 9359811. OLE color: 9359811.
HSL color Cylindrical-coordinate representation of color #C3D18E: hue angle of 72.54º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3D18E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 142 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.18 |
| HSL | 72.54º | 0.42% | 0.69% | - |
| HSV(B) | 72.54º | 0.32% | 0.82% | - |
| XYZ | 50.19 | 59.16 | 34.36 | - |
| YUV | 197.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 142 | 0.07 | 0 | 0.32 | 0.18 | 72.54 | 0.42 | 0.69 |
| Hex | C3 | D1 | 8E | 7 | 0 | 20 | 12 | 49 | 2A | 45 |
| Octal | 303 | 321 | 216 | 7 | 0 | 40 | 22 | 111 | 52 | 105 |
| Binary | 11000011 | 11010001 | 10001110 | 111 | 0 | 100000 | 10010 | 1001001 | 101010 | 1000101 |
Color Harmonies of #C3D18E
Complementary color
Monochromatic Colors of #C3D18E
Black with #C3D18E
Text Example
Text Example
White with #C3D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D18E; }
p { color: rgb(195,209,142); }
H1.HeaderClassName
{
color: #C3D18E;
}
.AnyTagClassName
{
color: #C3D18E;
}
</style>
background-color css
<style>
a { background-color: #C3D18E; }
a { background-color: rgb(195,209,142); }
div.DivClassName
{
background-color: #C3D18E;
}
.BgClassName
{
background-color: #C3D18E;
}
</style>
border-color css
<style>
span { border-color: #C3D18E; }
span { border-color: rgb(195,209,142); }
td.TdClassName
{
border-color: #C3D18E;
}
.TagClassName
{
border-color: #C3D18E;
}
</style>