#C994BD

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

Shades of Lily #C994BD

Tints of Lily #C994BD

Color information

#C994BD (or 0xC994BD) is unknown color: approx Lily. HEX triplet: C9, 94 and BD. RGB value is (201,148,189). Sum of RGB (Red+Green+Blue) = 201+148+189=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BD is #366B42. Grayscale: #A8A8A8. Windows color (decimal): -3566403 or 12424393. OLE color: 12424393.

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

Color convert

RGB201148189-
CMYK00.260.060.21
HSL313.58º32.92%68.43%-
HSV(B)313.58º26.37%78.82%-
XYZ43.8637.2753.03-
YUV168.52139.56151.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=37.36%
G=27.51%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114818900.260.060.21313.5832.9268.43
HexC994BD01A61513a2144
Octal31122427503262547241104
Binary110010011001010010111101011010110101011001110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994BD; }

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

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

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

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

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

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

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

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