#CD95BA

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

Shades of Lily #CD95BA

Tints of Lily #CD95BA

Color information

#CD95BA (or 0xCD95BA) is unknown color: approx Lily. HEX triplet: CD, 95 and BA. RGB value is (205,149,186). Sum of RGB (Red+Green+Blue) = 205+149+186=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95BA is #326A45. Grayscale: #A9A9A9. Windows color (decimal): -3304006 or 12228045. OLE color: 12228045.

HSL color Cylindrical-coordinate representation of color #CD95BA: hue angle of 320.36º 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 #CD95BA is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205149186-
CMYK00.270.090.20
HSL320.36º35.9%69.41%-
HSV(B)320.36º27.32%80.39%-
XYZ44.7938.0251.43-
YUV169.96137.05152.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=37.96%
G=27.59%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514918600.270.090.20320.3635.969.41
HexCD95BA01B9141402445
Octal315225272033112450044105
Binary1100110110010101101110100110111001101001010000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95BA; }

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

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

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

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

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

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

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

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