Shades of Deco #C3D079
Tints of Deco #C3D079
RGB
CMYK
RGB Variations
Color information
#C3D079 (or 0xC3D079) is known color: Deco. HEX triplet: C3, D0 and 79. RGB value is (195,208,121). Sum of RGB (Red+Green+Blue) = 195+208+121=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D079 is #3C2F86. Grayscale: #C2C2C2. Windows color (decimal): -3944327 or 7983299. OLE color: 7983299.
HSL color Cylindrical-coordinate representation of color #C3D079: hue angle of 68.97º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3D079 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 121 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.18 |
| HSL | 68.97º | 0.48% | 0.65% | - |
| HSV(B) | 68.97º | 0.42% | 0.82% | - |
| XYZ | 48.51 | 58.09 | 26.75 | - |
| YUV | 194.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 121 | 0.06 | 0 | 0.42 | 0.18 | 68.97 | 0.48 | 0.65 |
| Hex | C3 | D0 | 79 | 6 | 0 | 2A | 12 | 45 | 30 | 41 |
| Octal | 303 | 320 | 171 | 6 | 0 | 52 | 22 | 105 | 60 | 101 |
| Binary | 11000011 | 11010000 | 1111001 | 110 | 0 | 101010 | 10010 | 1000101 | 110000 | 1000001 |
Color Harmonies of #C3D079
Complementary color
Monochromatic Colors of #C3D079
Black with #C3D079
Text Example
Text Example
White with #C3D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D079; }
p { color: rgb(195,208,121); }
H1.HeaderClassName
{
color: #C3D079;
}
.AnyTagClassName
{
color: #C3D079;
}
</style>
background-color css
<style>
a { background-color: #C3D079; }
a { background-color: rgb(195,208,121); }
div.DivClassName
{
background-color: #C3D079;
}
.BgClassName
{
background-color: #C3D079;
}
</style>
border-color css
<style>
span { border-color: #C3D079; }
span { border-color: rgb(195,208,121); }
td.TdClassName
{
border-color: #C3D079;
}
.TagClassName
{
border-color: #C3D079;
}
</style>