Shades of Deco #C0D18B
Tints of Deco #C0D18B
RGB
CMYK
RGB Variations
Color information
#C0D18B (or 0xC0D18B) is known color: Deco. HEX triplet: C0, D1 and 8B. RGB value is (192,209,139). Sum of RGB (Red+Green+Blue) = 192+209+139=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D18B is #3F2E74. Grayscale: #C4C4C4. Windows color (decimal): -4140661 or 9163200. OLE color: 9163200.
HSL color Cylindrical-coordinate representation of color #C0D18B: hue angle of 74.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D18B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 139 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.18 |
| HSL | 74.57º | 0.43% | 0.68% | - |
| HSV(B) | 74.57º | 0.33% | 0.82% | - |
| XYZ | 49.2 | 58.67 | 33.16 | - |
| YUV | 195.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 139 | 0.08 | 0 | 0.33 | 0.18 | 74.57 | 0.43 | 0.68 |
| Hex | C0 | D1 | 8B | 8 | 0 | 21 | 12 | 4B | 2B | 44 |
| Octal | 300 | 321 | 213 | 10 | 0 | 41 | 22 | 113 | 53 | 104 |
| Binary | 11000000 | 11010001 | 10001011 | 1000 | 0 | 100001 | 10010 | 1001011 | 101011 | 1000100 |
Color Harmonies of #C0D18B
Complementary color
Monochromatic Colors of #C0D18B
Black with #C0D18B
Text Example
Text Example
White with #C0D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D18B; }
p { color: rgb(192,209,139); }
H1.HeaderClassName
{
color: #C0D18B;
}
.AnyTagClassName
{
color: #C0D18B;
}
</style>
background-color css
<style>
a { background-color: #C0D18B; }
a { background-color: rgb(192,209,139); }
div.DivClassName
{
background-color: #C0D18B;
}
.BgClassName
{
background-color: #C0D18B;
}
</style>
border-color css
<style>
span { border-color: #C0D18B; }
span { border-color: rgb(192,209,139); }
td.TdClassName
{
border-color: #C0D18B;
}
.TagClassName
{
border-color: #C0D18B;
}
</style>