#C993BD

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

Shades of Lily #C993BD

Tints of Lily #C993BD

Color information

#C993BD (or 0xC993BD) is unknown color: approx Lily. HEX triplet: C9, 93 and BD. RGB value is (201,147,189). Sum of RGB (Red+Green+Blue) = 201+147+189=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C993BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993BD is #366C42. Grayscale: #A7A7A7. Windows color (decimal): -3566659 or 12424137. OLE color: 12424137.

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

Color convert

RGB201147189-
CMYK00.270.060.21
HSL313.33º33.33%68.24%-
HSV(B)313.33º26.87%78.82%-
XYZ43.7136.9652.97-
YUV167.93139.89151.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=37.43%
G=27.37%
B=35.20%

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
Decimal20114718900.270.060.21313.3333.3368.24
HexC993BD01B6151392144
Octal31122327503362547141104
Binary110010011001001110111101011011110101011001110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993BD; }

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

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

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

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

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

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

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

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