#CC93BB

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

Shades of Lily #CC93BB

Tints of Lily #CC93BB

Color information

#CC93BB (or 0xCC93BB) is unknown color: approx Lily. HEX triplet: CC, 93 and BB. RGB value is (204,147,187). Sum of RGB (Red+Green+Blue) = 204+147+187=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93BB is #336C44. Grayscale: #A8A8A8. Windows color (decimal): -3370053 or 12293068. OLE color: 12293068.

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

Color convert

RGB204147187-
CMYK00.280.080.2
HSL317.89º35.85%68.82%-
HSV(B)317.89º27.94%80%-
XYZ44.3137.2951.88-
YUV168.6138.38153.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=37.92%
G=27.32%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414718700.280.080.2317.8935.8568.82
HexCC93BB01C81413e2445
Octal314223273034102447644105
Binary1100110010010011101110110111001000101001001111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93BB; }

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

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

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

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

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

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

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

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