Shades of Deco #C3D683
Tints of Deco #C3D683
RGB
CMYK
RGB Variations
Color information
#C3D683 (or 0xC3D683) is known color: Deco. HEX triplet: C3, D6 and 83. RGB value is (195,214,131). Sum of RGB (Red+Green+Blue) = 195+214+131=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D683 is #3C297C. Grayscale: #C7C7C7. Windows color (decimal): -3942781 or 8640195. OLE color: 8640195.
HSL color Cylindrical-coordinate representation of color #C3D683: hue angle of 73.73º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3D683 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 131 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.16 |
| HSL | 73.73º | 0.5% | 0.68% | - |
| HSV(B) | 73.73º | 0.39% | 0.84% | - |
| XYZ | 50.65 | 61.33 | 30.64 | - |
| YUV | 198.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 131 | 0.09 | 0 | 0.39 | 0.16 | 73.73 | 0.5 | 0.68 |
| Hex | C3 | D6 | 83 | 9 | 0 | 27 | 10 | 4A | 32 | 44 |
| Octal | 303 | 326 | 203 | 11 | 0 | 47 | 20 | 112 | 62 | 104 |
| Binary | 11000011 | 11010110 | 10000011 | 1001 | 0 | 100111 | 10000 | 1001010 | 110010 | 1000100 |
Color Harmonies of #C3D683
Complementary color
Monochromatic Colors of #C3D683
Black with #C3D683
Text Example
Text Example
White with #C3D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D683; }
p { color: rgb(195,214,131); }
H1.HeaderClassName
{
color: #C3D683;
}
.AnyTagClassName
{
color: #C3D683;
}
</style>
background-color css
<style>
a { background-color: #C3D683; }
a { background-color: rgb(195,214,131); }
div.DivClassName
{
background-color: #C3D683;
}
.BgClassName
{
background-color: #C3D683;
}
</style>
border-color css
<style>
span { border-color: #C3D683; }
span { border-color: rgb(195,214,131); }
td.TdClassName
{
border-color: #C3D683;
}
.TagClassName
{
border-color: #C3D683;
}
</style>