#C99FBA

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

Shades of Lily #C99FBA

Tints of Lily #C99FBA

Color information

#C99FBA (or 0xC99FBA) is unknown color: approx Lily. HEX triplet: C9, 9F and BA. RGB value is (201,159,186). Sum of RGB (Red+Green+Blue) = 201+159+186=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBA is #366045. Grayscale: #AEAEAE. Windows color (decimal): -3563590 or 12230601. OLE color: 12230601.

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

Color convert

RGB201159186-
CMYK00.210.070.21
HSL321.43º28%70.59%-
HSV(B)321.43º20.9%78.82%-
XYZ45.3540.7651.93-
YUV174.64134.41146.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=36.81%
G=29.12%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115918600.210.070.21321.432870.59
HexC99FBA0157151411c47
Octal31123727202572550134107
Binary11001001100111111011101001010111110101101000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FBA; }

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

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

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

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

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

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

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

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