#C994BC

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

Shades of Lily #C994BC

Tints of Lily #C994BC

Color information

#C994BC (or 0xC994BC) is unknown color: approx Lily. HEX triplet: C9, 94 and BC. RGB value is (201,148,188). Sum of RGB (Red+Green+Blue) = 201+148+188=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BC is #366B43. Grayscale: #A8A8A8. Windows color (decimal): -3566404 or 12358857. OLE color: 12358857.

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

Color convert

RGB201148188-
CMYK00.260.060.21
HSL314.72º32.92%68.43%-
HSV(B)314.72º26.37%78.82%-
XYZ43.7537.2352.46-
YUV168.41139.06151.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=37.43%
G=27.56%
B=35.01%

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
Decimal20114818800.260.060.21314.7232.9268.43
HexC994BC01A61513b2144
Octal31122427403262547341104
Binary110010011001010010111100011010110101011001110111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994BC; }

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

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

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

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

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

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

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

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