#C993BC

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

Shades of Lily #C993BC

Tints of Lily #C993BC

Color information

#C993BC (or 0xC993BC) is unknown color: approx Lily. HEX triplet: C9, 93 and BC. RGB value is (201,147,188). Sum of RGB (Red+Green+Blue) = 201+147+188=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C993BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993BC is #366C43. Grayscale: #A7A7A7. Windows color (decimal): -3566660 or 12358601. OLE color: 12358601.

HSL color Cylindrical-coordinate representation of color #C993BC: hue angle of 314.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993BC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201147188-
CMYK00.270.060.21
HSL314.44º33.33%68.24%-
HSV(B)314.44º26.87%78.82%-
XYZ43.636.9252.4-
YUV167.82139.39151.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=37.5%
G=27.43%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114718800.270.060.21314.4433.3368.24
HexC993BC01B61513a2144
Octal31122327403362547241104
Binary110010011001001110111100011011110101011001110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993BC; }

 p { color: rgb(201,147,188); }

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

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

 a { background-color: rgb(201,147,188); }

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

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

 span { border-color: rgb(201,147,188); }

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