Shades of Deco #C3D582
Tints of Deco #C3D582
RGB
CMYK
RGB Variations
Color information
#C3D582 (or 0xC3D582) is known color: Deco. HEX triplet: C3, D5 and 82. RGB value is (195,213,130). Sum of RGB (Red+Green+Blue) = 195+213+130=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D582 is #3C2A7D. Grayscale: #C6C6C6. Windows color (decimal): -3943038 or 8574403. OLE color: 8574403.
HSL color Cylindrical-coordinate representation of color #C3D582: hue angle of 73.01º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3D582 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 130 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.16 |
| HSL | 73.01º | 0.5% | 0.67% | - |
| HSV(B) | 73.01º | 0.39% | 0.84% | - |
| XYZ | 50.33 | 60.8 | 30.2 | - |
| YUV | 198.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 130 | 0.08 | 0 | 0.39 | 0.16 | 73.01 | 0.5 | 0.67 |
| Hex | C3 | D5 | 82 | 8 | 0 | 27 | 10 | 49 | 32 | 43 |
| Octal | 303 | 325 | 202 | 10 | 0 | 47 | 20 | 111 | 62 | 103 |
| Binary | 11000011 | 11010101 | 10000010 | 1000 | 0 | 100111 | 10000 | 1001001 | 110010 | 1000011 |
Color Harmonies of #C3D582
Complementary color
Monochromatic Colors of #C3D582
Black with #C3D582
Text Example
Text Example
White with #C3D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D582; }
p { color: rgb(195,213,130); }
H1.HeaderClassName
{
color: #C3D582;
}
.AnyTagClassName
{
color: #C3D582;
}
</style>
background-color css
<style>
a { background-color: #C3D582; }
a { background-color: rgb(195,213,130); }
div.DivClassName
{
background-color: #C3D582;
}
.BgClassName
{
background-color: #C3D582;
}
</style>
border-color css
<style>
span { border-color: #C3D582; }
span { border-color: rgb(195,213,130); }
td.TdClassName
{
border-color: #C3D582;
}
.TagClassName
{
border-color: #C3D582;
}
</style>