Shades of Deco #C0CD81
Tints of Deco #C0CD81
RGB
CMYK
RGB Variations
Color information
#C0CD81 (or 0xC0CD81) is known color: Deco. HEX triplet: C0, CD and 81. RGB value is (192,205,129). Sum of RGB (Red+Green+Blue) = 192+205+129=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD81 is #3F327E. Grayscale: #C0C0C0. Windows color (decimal): -4141695 or 8506816. OLE color: 8506816.
HSL color Cylindrical-coordinate representation of color #C0CD81: hue angle of 70.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0CD81 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 129 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.20 |
| HSL | 70.26º | 0.43% | 0.65% | - |
| HSV(B) | 70.26º | 0.37% | 0.8% | - |
| XYZ | 47.53 | 56.45 | 29.16 | - |
| YUV | 192.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 129 | 0.06 | 0 | 0.37 | 0.20 | 70.26 | 0.43 | 0.65 |
| Hex | C0 | CD | 81 | 6 | 0 | 25 | 14 | 46 | 2B | 41 |
| Octal | 300 | 315 | 201 | 6 | 0 | 45 | 24 | 106 | 53 | 101 |
| Binary | 11000000 | 11001101 | 10000001 | 110 | 0 | 100101 | 10100 | 1000110 | 101011 | 1000001 |
Color Harmonies of #C0CD81
Complementary color
Monochromatic Colors of #C0CD81
Black with #C0CD81
Text Example
Text Example
White with #C0CD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD81; }
p { color: rgb(192,205,129); }
H1.HeaderClassName
{
color: #C0CD81;
}
.AnyTagClassName
{
color: #C0CD81;
}
</style>
background-color css
<style>
a { background-color: #C0CD81; }
a { background-color: rgb(192,205,129); }
div.DivClassName
{
background-color: #C0CD81;
}
.BgClassName
{
background-color: #C0CD81;
}
</style>
border-color css
<style>
span { border-color: #C0CD81; }
span { border-color: rgb(192,205,129); }
td.TdClassName
{
border-color: #C0CD81;
}
.TagClassName
{
border-color: #C0CD81;
}
</style>