#C995B3

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

Shades of Lily #C995B3

Tints of Lily #C995B3

Color information

#C995B3 (or 0xC995B3) is unknown color: approx Lily. HEX triplet: C9, 95 and B3. RGB value is (201,149,179). Sum of RGB (Red+Green+Blue) = 201+149+179=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C995B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995B3 is #366A4C. Grayscale: #A7A7A7. Windows color (decimal): -3566157 or 11769289. OLE color: 11769289.

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

Color convert

RGB201149179-
CMYK00.260.110.21
HSL325.38º32.5%68.63%-
HSV(B)325.38º25.87%78.82%-
XYZ42.9737.1747.56-
YUV167.97134.23151.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=38.00%
G=28.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114917900.260.110.21325.3832.568.63
HexC995B301AB151452045
Octal311225263032132550540105
Binary1100100110010101101100110110101011101011010001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995B3; }

 p { color: rgb(201,149,179); }

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

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

 a { background-color: rgb(201,149,179); }

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

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

 span { border-color: rgb(201,149,179); }

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