Shades of Deco #C2D083
Tints of Deco #C2D083
RGB
CMYK
RGB Variations
Color information
#C2D083 (or 0xC2D083) is known color: Deco. HEX triplet: C2, D0 and 83. RGB value is (194,208,131). Sum of RGB (Red+Green+Blue) = 194+208+131=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D083 is #3D2F7C. Grayscale: #C3C3C3. Windows color (decimal): -4009853 or 8638658. OLE color: 8638658.
HSL color Cylindrical-coordinate representation of color #C2D083: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2D083 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 131 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.18 |
| HSL | 70.91º | 0.45% | 0.66% | - |
| HSV(B) | 70.91º | 0.37% | 0.82% | - |
| XYZ | 48.9 | 58.22 | 30.13 | - |
| YUV | 195.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 131 | 0.07 | 0 | 0.37 | 0.18 | 70.91 | 0.45 | 0.66 |
| Hex | C2 | D0 | 83 | 7 | 0 | 25 | 12 | 47 | 2D | 42 |
| Octal | 302 | 320 | 203 | 7 | 0 | 45 | 22 | 107 | 55 | 102 |
| Binary | 11000010 | 11010000 | 10000011 | 111 | 0 | 100101 | 10010 | 1000111 | 101101 | 1000010 |
Color Harmonies of #C2D083
Complementary color
Monochromatic Colors of #C2D083
Black with #C2D083
Text Example
Text Example
White with #C2D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D083; }
p { color: rgb(194,208,131); }
H1.HeaderClassName
{
color: #C2D083;
}
.AnyTagClassName
{
color: #C2D083;
}
</style>
background-color css
<style>
a { background-color: #C2D083; }
a { background-color: rgb(194,208,131); }
div.DivClassName
{
background-color: #C2D083;
}
.BgClassName
{
background-color: #C2D083;
}
</style>
border-color css
<style>
span { border-color: #C2D083; }
span { border-color: rgb(194,208,131); }
td.TdClassName
{
border-color: #C2D083;
}
.TagClassName
{
border-color: #C2D083;
}
</style>