#C99FB4

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

Shades of Lily #C99FB4

Tints of Lily #C99FB4

Color information

#C99FB4 (or 0xC99FB4) is unknown color: approx Lily. HEX triplet: C9, 9F and B4. RGB value is (201,159,180). Sum of RGB (Red+Green+Blue) = 201+159+180=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FB4 is #36604B. Grayscale: #ADADAD. Windows color (decimal): -3563596 or 11837385. OLE color: 11837385.

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

Color convert

RGB201159180-
CMYK00.210.100.21
HSL330º28%70.59%-
HSV(B)330º20.9%78.82%-
XYZ44.7240.5148.64-
YUV173.95131.41147.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=37.22%
G=29.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115918000.210.100.213302870.59
HexC99FB4015A1514a1c47
Octal311237264025122551234107
Binary110010011001111110110100010101101010101101001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FB4; }

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

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

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

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

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

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

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

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