#C1D080

Color #C1D080 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C1D080

Tints of Deco #C1D080

Color information

#C1D080 (or 0xC1D080) is unknown color: approx Deco. HEX triplet: C1, D0 and 80. RGB value is (193,208,128). Sum of RGB (Red+Green+Blue) = 193+208+128=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D080 is #3E2F7F. Grayscale: #C2C2C2. Windows color (decimal): -4075392 or 8442049. OLE color: 8442049.

HSL color Cylindrical-coordinate representation of color #C1D080: hue angle of 71.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D080 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB193208128-
CMYK0.0700.380.18
HSL71.25º45.98%65.88%-
HSV(B)71.25º38.46%81.57%-
XYZ48.4458.0129.07-
YUV194.490.53127-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=36.48%
G=39.32%
B=24.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081280.0700.380.1871.2545.9865.88
HexC1D080702612472e42
Octal30132020070462210756102
Binary11000001110100001000000011101001101001010001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D080; }

 p { color: rgb(193,208,128); }

 H1.HeaderClassName
 {
   color: #C1D080;
 }
 .AnyTagClassName
 {
   color: #C1D080;
 }
</style>
background-color css

<style>
 a { background-color: #C1D080; }

 a { background-color: rgb(193,208,128); }

 div.DivClassName
 {
   background-color: #C1D080;
 }
 .BgClassName
 {
   background-color: #C1D080;
 }
</style>
border-color css

<style>
 span { border-color: #C1D080; }

 span { border-color: rgb(193,208,128); }

 td.TdClassName
 {
   border-color: #C1D080;
 }
 .TagClassName
 {
   border-color: #C1D080;
 }
</style>