Shades of Deco #C1D07C
Tints of Deco #C1D07C
RGB
CMYK
RGB Variations
Color information
#C1D07C (or 0xC1D07C) is known color: Deco. HEX triplet: C1, D0 and 7C. RGB value is (193,208,124). Sum of RGB (Red+Green+Blue) = 193+208+124=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D07C is #3E2F83. Grayscale: #C2C2C2. Windows color (decimal): -4075396 or 8179905. OLE color: 8179905.
HSL color Cylindrical-coordinate representation of color #C1D07C: hue angle of 70.71º 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 #C1D07C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 124 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70.71º | 0.47% | 0.65% | - |
| HSV(B) | 70.71º | 0.4% | 0.82% | - |
| XYZ | 48.19 | 57.9 | 27.71 | - |
| YUV | 193.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 124 | 0.07 | 0 | 0.40 | 0.18 | 70.71 | 0.47 | 0.65 |
| Hex | C1 | D0 | 7C | 7 | 0 | 28 | 12 | 47 | 2F | 41 |
| Octal | 301 | 320 | 174 | 7 | 0 | 50 | 22 | 107 | 57 | 101 |
| Binary | 11000001 | 11010000 | 1111100 | 111 | 0 | 101000 | 10010 | 1000111 | 101111 | 1000001 |
Color Harmonies of #C1D07C
Complementary color
Monochromatic Colors of #C1D07C
Black with #C1D07C
Text Example
Text Example
White with #C1D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D07C; }
p { color: rgb(193,208,124); }
H1.HeaderClassName
{
color: #C1D07C;
}
.AnyTagClassName
{
color: #C1D07C;
}
</style>
background-color css
<style>
a { background-color: #C1D07C; }
a { background-color: rgb(193,208,124); }
div.DivClassName
{
background-color: #C1D07C;
}
.BgClassName
{
background-color: #C1D07C;
}
</style>
border-color css
<style>
span { border-color: #C1D07C; }
span { border-color: rgb(193,208,124); }
td.TdClassName
{
border-color: #C1D07C;
}
.TagClassName
{
border-color: #C1D07C;
}
</style>