Shades of Deco #C1D07F
Tints of Deco #C1D07F
RGB
CMYK
RGB Variations
Color information
#C1D07F (or 0xC1D07F) is known color: Deco. HEX triplet: C1, D0 and 7F. RGB value is (193,208,127). Sum of RGB (Red+Green+Blue) = 193+208+127=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D07F is #3E2F80. Grayscale: #C2C2C2. Windows color (decimal): -4075393 or 8376513. OLE color: 8376513.
HSL color Cylindrical-coordinate representation of color #C1D07F: hue angle of 71.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1D07F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 127 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.18 |
| HSL | 71.11º | 0.46% | 0.66% | - |
| HSV(B) | 71.11º | 0.39% | 0.82% | - |
| XYZ | 48.38 | 57.98 | 28.72 | - |
| YUV | 194.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 127 | 0.07 | 0 | 0.39 | 0.18 | 71.11 | 0.46 | 0.66 |
| Hex | C1 | D0 | 7F | 7 | 0 | 27 | 12 | 47 | 2E | 42 |
| Octal | 301 | 320 | 177 | 7 | 0 | 47 | 22 | 107 | 56 | 102 |
| Binary | 11000001 | 11010000 | 1111111 | 111 | 0 | 100111 | 10010 | 1000111 | 101110 | 1000010 |
Color Harmonies of #C1D07F
Complementary color
Monochromatic Colors of #C1D07F
Black with #C1D07F
Text Example
Text Example
White with #C1D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D07F; }
p { color: rgb(193,208,127); }
H1.HeaderClassName
{
color: #C1D07F;
}
.AnyTagClassName
{
color: #C1D07F;
}
</style>
background-color css
<style>
a { background-color: #C1D07F; }
a { background-color: rgb(193,208,127); }
div.DivClassName
{
background-color: #C1D07F;
}
.BgClassName
{
background-color: #C1D07F;
}
</style>
border-color css
<style>
span { border-color: #C1D07F; }
span { border-color: rgb(193,208,127); }
td.TdClassName
{
border-color: #C1D07F;
}
.TagClassName
{
border-color: #C1D07F;
}
</style>