#CC94BE

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

Shades of Lily #CC94BE

Tints of Lily #CC94BE

Color information

#CC94BE (or 0xCC94BE) is unknown color: approx Lily. HEX triplet: CC, 94 and BE. RGB value is (204,148,190). Sum of RGB (Red+Green+Blue) = 204+148+190=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BE is #336B41. Grayscale: #A9A9A9. Windows color (decimal): -3369794 or 12489932. OLE color: 12489932.

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

Color convert

RGB204148190-
CMYK00.270.070.2
HSL315º35.44%69.02%-
HSV(B)315º27.45%80%-
XYZ44.7937.7353.64-
YUV169.53139.55152.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=37.64%
G=27.31%
B=35.06%

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
Decimal20414819000.270.070.231535.4469.02
HexCC94BE01B71413b2345
Octal31422427603372447343105
Binary110011001001010010111110011011111101001001110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94BE; }

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

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

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

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

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

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

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

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