Shades of Deco #C0CD82
Tints of Deco #C0CD82
RGB
CMYK
RGB Variations
Color information
#C0CD82 (or 0xC0CD82) is known color: Deco. HEX triplet: C0, CD and 82. RGB value is (192,205,130). Sum of RGB (Red+Green+Blue) = 192+205+130=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD82 is #3F327D. Grayscale: #C0C0C0. Windows color (decimal): -4141694 or 8572352. OLE color: 8572352.
HSL color Cylindrical-coordinate representation of color #C0CD82: hue angle of 70.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0CD82 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 130 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.20 |
| HSL | 70.4º | 0.43% | 0.66% | - |
| HSV(B) | 70.4º | 0.37% | 0.8% | - |
| XYZ | 47.6 | 56.48 | 29.51 | - |
| YUV | 192.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 130 | 0.06 | 0 | 0.37 | 0.20 | 70.4 | 0.43 | 0.66 |
| Hex | C0 | CD | 82 | 6 | 0 | 25 | 14 | 46 | 2B | 42 |
| Octal | 300 | 315 | 202 | 6 | 0 | 45 | 24 | 106 | 53 | 102 |
| Binary | 11000000 | 11001101 | 10000010 | 110 | 0 | 100101 | 10100 | 1000110 | 101011 | 1000010 |
Color Harmonies of #C0CD82
Complementary color
Monochromatic Colors of #C0CD82
Black with #C0CD82
Text Example
Text Example
White with #C0CD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD82; }
p { color: rgb(192,205,130); }
H1.HeaderClassName
{
color: #C0CD82;
}
.AnyTagClassName
{
color: #C0CD82;
}
</style>
background-color css
<style>
a { background-color: #C0CD82; }
a { background-color: rgb(192,205,130); }
div.DivClassName
{
background-color: #C0CD82;
}
.BgClassName
{
background-color: #C0CD82;
}
</style>
border-color css
<style>
span { border-color: #C0CD82; }
span { border-color: rgb(192,205,130); }
td.TdClassName
{
border-color: #C0CD82;
}
.TagClassName
{
border-color: #C0CD82;
}
</style>