Shades of Deco #C1D07D
Tints of Deco #C1D07D
RGB
CMYK
RGB Variations
Color information
#C1D07D (or 0xC1D07D) is known color: Deco. HEX triplet: C1, D0 and 7D. RGB value is (193,208,125). Sum of RGB (Red+Green+Blue) = 193+208+125=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D07D is #3E2F82. Grayscale: #C2C2C2. Windows color (decimal): -4075395 or 8245441. OLE color: 8245441.
HSL color Cylindrical-coordinate representation of color #C1D07D: hue angle of 70.84º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1D07D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 125 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70.84º | 0.47% | 0.65% | - |
| HSV(B) | 70.84º | 0.4% | 0.82% | - |
| XYZ | 48.25 | 57.93 | 28.04 | - |
| YUV | 194.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 125 | 0.07 | 0 | 0.40 | 0.18 | 70.84 | 0.47 | 0.65 |
| Hex | C1 | D0 | 7D | 7 | 0 | 28 | 12 | 47 | 2F | 41 |
| Octal | 301 | 320 | 175 | 7 | 0 | 50 | 22 | 107 | 57 | 101 |
| Binary | 11000001 | 11010000 | 1111101 | 111 | 0 | 101000 | 10010 | 1000111 | 101111 | 1000001 |
Color Harmonies of #C1D07D
Complementary color
Monochromatic Colors of #C1D07D
Black with #C1D07D
Text Example
Text Example
White with #C1D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D07D; }
p { color: rgb(193,208,125); }
H1.HeaderClassName
{
color: #C1D07D;
}
.AnyTagClassName
{
color: #C1D07D;
}
</style>
background-color css
<style>
a { background-color: #C1D07D; }
a { background-color: rgb(193,208,125); }
div.DivClassName
{
background-color: #C1D07D;
}
.BgClassName
{
background-color: #C1D07D;
}
</style>
border-color css
<style>
span { border-color: #C1D07D; }
span { border-color: rgb(193,208,125); }
td.TdClassName
{
border-color: #C1D07D;
}
.TagClassName
{
border-color: #C1D07D;
}
</style>