Shades of Deco #C0D27D
Tints of Deco #C0D27D
RGB
CMYK
RGB Variations
Color information
#C0D27D (or 0xC0D27D) is known color: Deco. HEX triplet: C0, D2 and 7D. RGB value is (192,210,125). Sum of RGB (Red+Green+Blue) = 192+210+125=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D27D is #3F2D82. Grayscale: #C3C3C3. Windows color (decimal): -4140419 or 8245952. OLE color: 8245952.
HSL color Cylindrical-coordinate representation of color #C0D27D: hue angle of 72.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D27D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 125 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 72.71º | 0.49% | 0.66% | - |
| HSV(B) | 72.71º | 0.4% | 0.82% | - |
| XYZ | 48.49 | 58.78 | 28.19 | - |
| YUV | 194.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 125 | 0.09 | 0 | 0.40 | 0.18 | 72.71 | 0.49 | 0.66 |
| Hex | C0 | D2 | 7D | 9 | 0 | 28 | 12 | 49 | 31 | 42 |
| Octal | 300 | 322 | 175 | 11 | 0 | 50 | 22 | 111 | 61 | 102 |
| Binary | 11000000 | 11010010 | 1111101 | 1001 | 0 | 101000 | 10010 | 1001001 | 110001 | 1000010 |
Color Harmonies of #C0D27D
Complementary color
Monochromatic Colors of #C0D27D
Black with #C0D27D
Text Example
Text Example
White with #C0D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D27D; }
p { color: rgb(192,210,125); }
H1.HeaderClassName
{
color: #C0D27D;
}
.AnyTagClassName
{
color: #C0D27D;
}
</style>
background-color css
<style>
a { background-color: #C0D27D; }
a { background-color: rgb(192,210,125); }
div.DivClassName
{
background-color: #C0D27D;
}
.BgClassName
{
background-color: #C0D27D;
}
</style>
border-color css
<style>
span { border-color: #C0D27D; }
span { border-color: rgb(192,210,125); }
td.TdClassName
{
border-color: #C0D27D;
}
.TagClassName
{
border-color: #C0D27D;
}
</style>