Shades of Deco #C1D484
Tints of Deco #C1D484
RGB
CMYK
RGB Variations
Color information
#C1D484 (or 0xC1D484) is known color: Deco. HEX triplet: C1, D4 and 84. RGB value is (193,212,132). Sum of RGB (Red+Green+Blue) = 193+212+132=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D484 is #3E2B7B. Grayscale: #C5C5C5. Windows color (decimal): -4074364 or 8705217. OLE color: 8705217.
HSL color Cylindrical-coordinate representation of color #C1D484: hue angle of 74.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D484 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 132 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.17 |
| HSL | 74.25º | 0.48% | 0.67% | - |
| HSV(B) | 74.25º | 0.38% | 0.83% | - |
| XYZ | 49.7 | 60.09 | 30.81 | - |
| YUV | 197.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 132 | 0.09 | 0 | 0.38 | 0.17 | 74.25 | 0.48 | 0.67 |
| Hex | C1 | D4 | 84 | 9 | 0 | 26 | 11 | 4A | 30 | 43 |
| Octal | 301 | 324 | 204 | 11 | 0 | 46 | 21 | 112 | 60 | 103 |
| Binary | 11000001 | 11010100 | 10000100 | 1001 | 0 | 100110 | 10001 | 1001010 | 110000 | 1000011 |
Color Harmonies of #C1D484
Complementary color
Monochromatic Colors of #C1D484
Black with #C1D484
Text Example
Text Example
White with #C1D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D484; }
p { color: rgb(193,212,132); }
H1.HeaderClassName
{
color: #C1D484;
}
.AnyTagClassName
{
color: #C1D484;
}
</style>
background-color css
<style>
a { background-color: #C1D484; }
a { background-color: rgb(193,212,132); }
div.DivClassName
{
background-color: #C1D484;
}
.BgClassName
{
background-color: #C1D484;
}
</style>
border-color css
<style>
span { border-color: #C1D484; }
span { border-color: rgb(193,212,132); }
td.TdClassName
{
border-color: #C1D484;
}
.TagClassName
{
border-color: #C1D484;
}
</style>