#C994BE

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

Shades of Lily #C994BE

Tints of Lily #C994BE

Color information

#C994BE (or 0xC994BE) is unknown color: approx Lily. HEX triplet: C9, 94 and BE. RGB value is (201,148,190). Sum of RGB (Red+Green+Blue) = 201+148+190=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BE is #366B41. Grayscale: #A8A8A8. Windows color (decimal): -3566402 or 12489929. OLE color: 12489929.

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

Color convert

RGB201148190-
CMYK00.260.050.21
HSL312.45º32.92%68.43%-
HSV(B)312.45º26.37%78.82%-
XYZ43.9737.3253.6-
YUV168.64140.06151.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=37.29%
G=27.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114819000.260.050.21312.4532.9268.43
HexC994BE01A5151382144
Octal31122427603252547041104
Binary110010011001010010111110011010101101011001110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994BE; }

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

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

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

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

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

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

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

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