#CD95AD

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

Shades of Lily #CD95AD

Tints of Lily #CD95AD

Color information

#CD95AD (or 0xCD95AD) is unknown color: approx Lily. HEX triplet: CD, 95 and AD. RGB value is (205,149,173). Sum of RGB (Red+Green+Blue) = 205+149+173=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95AD is #326A52. Grayscale: #A8A8A8. Windows color (decimal): -3304019 or 11376077. OLE color: 11376077.

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

Color convert

RGB205149173-
CMYK00.270.160.20
HSL334.29º35.9%69.41%-
HSV(B)334.29º27.32%80.39%-
XYZ43.4737.4944.48-
YUV168.48130.55154.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=38.90%
G=28.27%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514917300.270.160.20334.2935.969.41
HexCD95AD01B101414e2445
Octal315225255033202451644105
Binary11001101100101011010110101101110000101001010011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95AD; }

 p { color: rgb(205,149,173); }

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

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

 a { background-color: rgb(205,149,173); }

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

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

 span { border-color: rgb(205,149,173); }

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