#CC94BF

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

Shades of Lily #CC94BF

Tints of Lily #CC94BF

Color information

#CC94BF (or 0xCC94BF) is unknown color: approx Lily. HEX triplet: CC, 94 and BF. RGB value is (204,148,191). Sum of RGB (Red+Green+Blue) = 204+148+191=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BF is #336B40. Grayscale: #A9A9A9. Windows color (decimal): -3369793 or 12555468. OLE color: 12555468.

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

Color convert

RGB204148191-
CMYK00.270.060.2
HSL313.93º35.44%69.02%-
HSV(B)313.93º27.45%80%-
XYZ44.937.7854.22-
YUV169.65140.05152.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 191 (75% from 255) = 35.17%
R=37.57%
G=27.26%
B=35.17%

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
Decimal20414819100.270.060.2313.9335.4469.02
HexCC94BF01B61413a2345
Octal31422427703362447243105
Binary110011001001010010111111011011110101001001110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94BF; }

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

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

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

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

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

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

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

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