#CC95BF

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

Shades of Lily #CC95BF

Tints of Lily #CC95BF

Color information

#CC95BF (or 0xCC95BF) is unknown color: approx Lily. HEX triplet: CC, 95 and BF. RGB value is (204,149,191). Sum of RGB (Red+Green+Blue) = 204+149+191=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BF is #336A40. Grayscale: #AAAAAA. Windows color (decimal): -3369537 or 12555724. OLE color: 12555724.

HSL color Cylindrical-coordinate representation of color #CC95BF: hue angle of 314.18º degrees, saturation: 0.35, 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 #CC95BF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204149191-
CMYK00.270.060.2
HSL314.18º35.03%69.22%-
HSV(B)314.18º26.96%80%-
XYZ45.0538.0954.27-
YUV170.23139.72152.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 191 (75% from 255) = 35.11%
R=37.5%
G=27.39%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414919100.270.060.2314.1835.0369.22
HexCC95BF01B61413a2345
Octal31422527703362447243105
Binary110011001001010110111111011011110101001001110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95BF; }

 p { color: rgb(204,149,191); }

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

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

 a { background-color: rgb(204,149,191); }

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

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

 span { border-color: rgb(204,149,191); }

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