Shades of Deco #C3D686
Tints of Deco #C3D686
RGB
CMYK
RGB Variations
Color information
#C3D686 (or 0xC3D686) is known color: Deco. HEX triplet: C3, D6 and 86. RGB value is (195,214,134). Sum of RGB (Red+Green+Blue) = 195+214+134=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D686 is #3C2979. Grayscale: #C7C7C7. Windows color (decimal): -3942778 or 8836803. OLE color: 8836803.
HSL color Cylindrical-coordinate representation of color #C3D686: hue angle of 74.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3D686 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 134 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.16 |
| HSL | 74.25º | 0.49% | 0.68% | - |
| HSV(B) | 74.25º | 0.37% | 0.84% | - |
| XYZ | 50.86 | 61.42 | 31.73 | - |
| YUV | 199.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 134 | 0.09 | 0 | 0.37 | 0.16 | 74.25 | 0.49 | 0.68 |
| Hex | C3 | D6 | 86 | 9 | 0 | 25 | 10 | 4A | 31 | 44 |
| Octal | 303 | 326 | 206 | 11 | 0 | 45 | 20 | 112 | 61 | 104 |
| Binary | 11000011 | 11010110 | 10000110 | 1001 | 0 | 100101 | 10000 | 1001010 | 110001 | 1000100 |
Color Harmonies of #C3D686
Complementary color
Monochromatic Colors of #C3D686
Black with #C3D686
Text Example
Text Example
White with #C3D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D686; }
p { color: rgb(195,214,134); }
H1.HeaderClassName
{
color: #C3D686;
}
.AnyTagClassName
{
color: #C3D686;
}
</style>
background-color css
<style>
a { background-color: #C3D686; }
a { background-color: rgb(195,214,134); }
div.DivClassName
{
background-color: #C3D686;
}
.BgClassName
{
background-color: #C3D686;
}
</style>
border-color css
<style>
span { border-color: #C3D686; }
span { border-color: rgb(195,214,134); }
td.TdClassName
{
border-color: #C3D686;
}
.TagClassName
{
border-color: #C3D686;
}
</style>