Shades of Deco #C3D18D
Tints of Deco #C3D18D
RGB
CMYK
RGB Variations
Color information
#C3D18D (or 0xC3D18D) is known color: Deco. HEX triplet: C3, D1 and 8D. RGB value is (195,209,141). Sum of RGB (Red+Green+Blue) = 195+209+141=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D18D is #3C2E72. Grayscale: #C5C5C5. Windows color (decimal): -3944051 or 9294275. OLE color: 9294275.
HSL color Cylindrical-coordinate representation of color #C3D18D: hue angle of 72.35º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3D18D is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 141 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.18 |
| HSL | 72.35º | 0.43% | 0.69% | - |
| HSV(B) | 72.35º | 0.33% | 0.82% | - |
| XYZ | 50.11 | 59.13 | 33.97 | - |
| YUV | 197.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 141 | 0.07 | 0 | 0.33 | 0.18 | 72.35 | 0.43 | 0.69 |
| Hex | C3 | D1 | 8D | 7 | 0 | 21 | 12 | 48 | 2A | 45 |
| Octal | 303 | 321 | 215 | 7 | 0 | 41 | 22 | 110 | 52 | 105 |
| Binary | 11000011 | 11010001 | 10001101 | 111 | 0 | 100001 | 10010 | 1001000 | 101010 | 1000101 |
Color Harmonies of #C3D18D
Complementary color
Monochromatic Colors of #C3D18D
Black with #C3D18D
Text Example
Text Example
White with #C3D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D18D; }
p { color: rgb(195,209,141); }
H1.HeaderClassName
{
color: #C3D18D;
}
.AnyTagClassName
{
color: #C3D18D;
}
</style>
background-color css
<style>
a { background-color: #C3D18D; }
a { background-color: rgb(195,209,141); }
div.DivClassName
{
background-color: #C3D18D;
}
.BgClassName
{
background-color: #C3D18D;
}
</style>
border-color css
<style>
span { border-color: #C3D18D; }
span { border-color: rgb(195,209,141); }
td.TdClassName
{
border-color: #C3D18D;
}
.TagClassName
{
border-color: #C3D18D;
}
</style>