#CC95BE

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

Shades of Lily #CC95BE

Tints of Lily #CC95BE

Color information

#CC95BE (or 0xCC95BE) is unknown color: approx Lily. HEX triplet: CC, 95 and BE. RGB value is (204,149,190). Sum of RGB (Red+Green+Blue) = 204+149+190=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BE is #336A41. Grayscale: #AAAAAA. Windows color (decimal): -3369538 or 12490188. OLE color: 12490188.

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

Color convert

RGB204149190-
CMYK00.270.070.2
HSL315.27º35.03%69.22%-
HSV(B)315.27º26.96%80%-
XYZ44.9438.0553.69-
YUV170.12139.22152.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=37.57%
G=27.44%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414919000.270.070.2315.2735.0369.22
HexCC95BE01B71413b2345
Octal31422527603372447343105
Binary110011001001010110111110011011111101001001110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95BE; }

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

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

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

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

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

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

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

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