#C998BC

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

Shades of Lily #C998BC

Tints of Lily #C998BC

Color information

#C998BC (or 0xC998BC) is unknown color: approx Lily. HEX triplet: C9, 98 and BC. RGB value is (201,152,188). Sum of RGB (Red+Green+Blue) = 201+152+188=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BC is #366743. Grayscale: #AAAAAA. Windows color (decimal): -3565380 or 12359881. OLE color: 12359881.

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

Color convert

RGB201152188-
CMYK00.240.060.21
HSL315.92º31.21%69.22%-
HSV(B)315.92º24.38%78.82%-
XYZ44.3938.552.67-
YUV170.76137.73149.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=37.15%
G=28.10%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115218800.240.060.21315.9231.2169.22
HexC998BC01861513c1f45
Octal31123027403062547437105
Binary11001001100110001011110001100011010101100111100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998BC; }

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

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

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

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

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

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

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

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