#CC95BC

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

Shades of Lily #CC95BC

Tints of Lily #CC95BC

Color information

#CC95BC (or 0xCC95BC) is unknown color: approx Lily. HEX triplet: CC, 95 and BC. RGB value is (204,149,188). Sum of RGB (Red+Green+Blue) = 204+149+188=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BC is #336A43. Grayscale: #A9A9A9. Windows color (decimal): -3369540 or 12359116. OLE color: 12359116.

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

Color convert

RGB204149188-
CMYK00.270.080.2
HSL317.45º35.03%69.22%-
HSV(B)317.45º26.96%80%-
XYZ44.7337.9652.55-
YUV169.89138.22152.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=37.71%
G=27.54%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414918800.270.080.2317.4535.0369.22
HexCC95BC01B81413d2345
Octal314225274033102447543105
Binary1100110010010101101111000110111000101001001111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95BC; }

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

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

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

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

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

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

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

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