#CC93AF

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

Shades of Lily #CC93AF

Tints of Lily #CC93AF

Color information

#CC93AF (or 0xCC93AF) is unknown color: approx Lily. HEX triplet: CC, 93 and AF. RGB value is (204,147,175). Sum of RGB (Red+Green+Blue) = 204+147+175=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93AF is #336C50. Grayscale: #A7A7A7. Windows color (decimal): -3370065 or 11506636. OLE color: 11506636.

HSL color Cylindrical-coordinate representation of color #CC93AF: hue angle of 330.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC93AF is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204147175-
CMYK00.280.140.2
HSL330.53º35.85%68.82%-
HSV(B)330.53º27.94%80%-
XYZ43.0736.845.39-
YUV167.24132.38154.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=38.78%
G=27.95%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414717500.280.140.2330.5335.8568.82
HexCC93AF01CE1414b2445
Octal314223257034162451344105
Binary1100110010010011101011110111001110101001010010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93AF; }

 p { color: rgb(204,147,175); }

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

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

 a { background-color: rgb(204,147,175); }

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

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

 span { border-color: rgb(204,147,175); }

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