#CD80AC

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

Shades of Lily #CD80AC

Tints of Lily #CD80AC

Color information

#CD80AC (or 0xCD80AC) is unknown color: approx Lily. HEX triplet: CD, 80 and AC. RGB value is (205,128,172). Sum of RGB (Red+Green+Blue) = 205+128+172=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80AC is #327F53. Grayscale: #9B9B9B. Windows color (decimal): -3309396 or 11305165. OLE color: 11305165.

HSL color Cylindrical-coordinate representation of color #CD80AC: hue angle of 325.71º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80AC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205128172-
CMYK00.380.160.20
HSL325.71º43.5%65.29%-
HSV(B)325.71º37.56%80.39%-
XYZ40.3431.442.96-
YUV156.04137.01162.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=40.59%
G=25.35%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512817200.380.160.20325.7143.565.29
HexCD80AC02610141462c41
Octal315200254046202450654101
Binary110011011000000010101100010011010000101001010001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80AC; }

 p { color: rgb(205,128,172); }

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

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

 a { background-color: rgb(205,128,172); }

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

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

 span { border-color: rgb(205,128,172); }

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