#C993B8

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

Shades of Lily #C993B8

Tints of Lily #C993B8

Color information

#C993B8 (or 0xC993B8) is unknown color: approx Lily. HEX triplet: C9, 93 and B8. RGB value is (201,147,184). Sum of RGB (Red+Green+Blue) = 201+147+184=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993B8 is #366C47. Grayscale: #A7A7A7. Windows color (decimal): -3566664 or 12096457. OLE color: 12096457.

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

Color convert

RGB201147184-
CMYK00.270.080.21
HSL318.89º33.33%68.24%-
HSV(B)318.89º26.87%78.82%-
XYZ43.1736.7550.16-
YUV167.36137.39151.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=37.78%
G=27.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114718400.270.080.21318.8933.3368.24
HexC993B801B81513f2144
Octal311223270033102547741104
Binary1100100110010011101110000110111000101011001111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993B8; }

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

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

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

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

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

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

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

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