#CC94AC

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

Shades of Lily #CC94AC

Tints of Lily #CC94AC

Color information

#CC94AC (or 0xCC94AC) is unknown color: approx Lily. HEX triplet: CC, 94 and AC. RGB value is (204,148,172). Sum of RGB (Red+Green+Blue) = 204+148+172=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC94AC is #336B53. Grayscale: #A7A7A7. Windows color (decimal): -3369812 or 11310284. OLE color: 11310284.

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

Color convert

RGB204148172-
CMYK00.270.160.2
HSL334.29º35.44%69.02%-
HSV(B)334.29º27.45%80%-
XYZ42.943743.91-
YUV167.48130.55154.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=38.93%
G=28.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414817200.270.160.2334.2935.4469.02
HexCC94AC01B101414e2345
Octal314224254033202451643105
Binary11001100100101001010110001101110000101001010011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94AC; }

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

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

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

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

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

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

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

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