Shades of Deco #C1D08A
Tints of Deco #C1D08A
RGB
CMYK
RGB Variations
Color information
#C1D08A (or 0xC1D08A) is known color: Deco. HEX triplet: C1, D0 and 8A. RGB value is (193,208,138). Sum of RGB (Red+Green+Blue) = 193+208+138=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D08A is #3E2F75. Grayscale: #C3C3C3. Windows color (decimal): -4075382 or 9097409. OLE color: 9097409.
HSL color Cylindrical-coordinate representation of color #C1D08A: hue angle of 72.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1D08A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 138 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.18 |
| HSL | 72.86º | 0.43% | 0.68% | - |
| HSV(B) | 72.86º | 0.34% | 0.82% | - |
| XYZ | 49.14 | 58.28 | 32.71 | - |
| YUV | 195.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 138 | 0.07 | 0 | 0.34 | 0.18 | 72.86 | 0.43 | 0.68 |
| Hex | C1 | D0 | 8A | 7 | 0 | 22 | 12 | 49 | 2B | 44 |
| Octal | 301 | 320 | 212 | 7 | 0 | 42 | 22 | 111 | 53 | 104 |
| Binary | 11000001 | 11010000 | 10001010 | 111 | 0 | 100010 | 10010 | 1001001 | 101011 | 1000100 |
Color Harmonies of #C1D08A
Complementary color
Monochromatic Colors of #C1D08A
Black with #C1D08A
Text Example
Text Example
White with #C1D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D08A; }
p { color: rgb(193,208,138); }
H1.HeaderClassName
{
color: #C1D08A;
}
.AnyTagClassName
{
color: #C1D08A;
}
</style>
background-color css
<style>
a { background-color: #C1D08A; }
a { background-color: rgb(193,208,138); }
div.DivClassName
{
background-color: #C1D08A;
}
.BgClassName
{
background-color: #C1D08A;
}
</style>
border-color css
<style>
span { border-color: #C1D08A; }
span { border-color: rgb(193,208,138); }
td.TdClassName
{
border-color: #C1D08A;
}
.TagClassName
{
border-color: #C1D08A;
}
</style>