#C993B4

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

Shades of Lily #C993B4

Tints of Lily #C993B4

Color information

#C993B4 (or 0xC993B4) is unknown color: approx Lily. HEX triplet: C9, 93 and B4. RGB value is (201,147,180). Sum of RGB (Red+Green+Blue) = 201+147+180=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993B4 is #366C4B. Grayscale: #A6A6A6. Windows color (decimal): -3566668 or 11834313. OLE color: 11834313.

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

Color convert

RGB201147180-
CMYK00.270.100.21
HSL323.33º33.33%68.24%-
HSV(B)323.33º26.87%78.82%-
XYZ42.7636.5847.99-
YUV166.91135.39152.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=38.07%
G=27.84%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114718000.270.100.21323.3333.3368.24
HexC993B401BA151432144
Octal311223264033122550341104
Binary1100100110010011101101000110111010101011010000111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993B4; }

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

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

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

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

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

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

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

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