#C99FBC

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

Shades of Lily #C99FBC

Tints of Lily #C99FBC

Color information

#C99FBC (or 0xC99FBC) is unknown color: approx Lily. HEX triplet: C9, 9F and BC. RGB value is (201,159,188). Sum of RGB (Red+Green+Blue) = 201+159+188=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBC is #366043. Grayscale: #AEAEAE. Windows color (decimal): -3563588 or 12361673. OLE color: 12361673.

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

Color convert

RGB201159188-
CMYK00.210.060.21
HSL318.57º28%70.59%-
HSV(B)318.57º20.9%78.82%-
XYZ45.5640.8453.06-
YUV174.86135.41146.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=36.68%
G=29.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115918800.210.060.21318.572870.59
HexC99FBC01561513f1c47
Octal31123727402562547734107
Binary11001001100111111011110001010111010101100111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FBC; }

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

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

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

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

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

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

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

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