#CC93AD

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

Shades of Lily #CC93AD

Tints of Lily #CC93AD

Color information

#CC93AD (or 0xCC93AD) is unknown color: approx Lily. HEX triplet: CC, 93 and AD. RGB value is (204,147,173). Sum of RGB (Red+Green+Blue) = 204+147+173=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93AD is #336C52. Grayscale: #A6A6A6. Windows color (decimal): -3370067 or 11375564. OLE color: 11375564.

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

Color convert

RGB204147173-
CMYK00.280.150.2
HSL332.63º35.85%68.82%-
HSV(B)332.63º27.94%80%-
XYZ42.8836.7244.36-
YUV167.01131.38154.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=38.93%
G=28.05%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414717300.280.150.2332.6335.8568.82
HexCC93AD01CF1414d2445
Octal314223255034172451544105
Binary1100110010010011101011010111001111101001010011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93AD; }

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

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

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

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

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

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

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

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