Shades of Deco #C4D682
Tints of Deco #C4D682
RGB
CMYK
RGB Variations
Color information
#C4D682 (or 0xC4D682) is known color: Deco. HEX triplet: C4, D6 and 82. RGB value is (196,214,130). Sum of RGB (Red+Green+Blue) = 196+214+130=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D682 is #3B297D. Grayscale: #C7C7C7. Windows color (decimal): -3877246 or 8574660. OLE color: 8574660.
HSL color Cylindrical-coordinate representation of color #C4D682: hue angle of 72.86º degrees, saturation: 0.51, 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 #C4D682 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 130 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.16 |
| HSL | 72.86º | 0.51% | 0.67% | - |
| HSV(B) | 72.86º | 0.39% | 0.84% | - |
| XYZ | 50.84 | 61.44 | 30.3 | - |
| YUV | 199.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 130 | 0.08 | 0 | 0.39 | 0.16 | 72.86 | 0.51 | 0.67 |
| Hex | C4 | D6 | 82 | 8 | 0 | 27 | 10 | 49 | 33 | 43 |
| Octal | 304 | 326 | 202 | 10 | 0 | 47 | 20 | 111 | 63 | 103 |
| Binary | 11000100 | 11010110 | 10000010 | 1000 | 0 | 100111 | 10000 | 1001001 | 110011 | 1000011 |
Color Harmonies of #C4D682
Complementary color
Monochromatic Colors of #C4D682
Black with #C4D682
Text Example
Text Example
White with #C4D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D682; }
p { color: rgb(196,214,130); }
H1.HeaderClassName
{
color: #C4D682;
}
.AnyTagClassName
{
color: #C4D682;
}
</style>
background-color css
<style>
a { background-color: #C4D682; }
a { background-color: rgb(196,214,130); }
div.DivClassName
{
background-color: #C4D682;
}
.BgClassName
{
background-color: #C4D682;
}
</style>
border-color css
<style>
span { border-color: #C4D682; }
span { border-color: rgb(196,214,130); }
td.TdClassName
{
border-color: #C4D682;
}
.TagClassName
{
border-color: #C4D682;
}
</style>