#C992AF

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

Shades of Lily #C992AF

Tints of Lily #C992AF

Color information

#C992AF (or 0xC992AF) is unknown color: approx Lily. HEX triplet: C9, 92 and AF. RGB value is (201,146,175). Sum of RGB (Red+Green+Blue) = 201+146+175=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AF is #366D50. Grayscale: #A5A5A5. Windows color (decimal): -3566929 or 11506377. OLE color: 11506377.

HSL color Cylindrical-coordinate representation of color #C992AF: hue angle of 328.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992AF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201146175-
CMYK00.270.130.21
HSL328.36º33.74%68.04%-
HSV(B)328.36º27.36%78.82%-
XYZ42.136.0745.3-
YUV165.75133.22153.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=38.51%
G=27.97%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114617500.270.130.21328.3633.7468.04
HexC992AF01BD151482244
Octal311222257033152551042104
Binary1100100110010010101011110110111101101011010010001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992AF; }

 p { color: rgb(201,146,175); }

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

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

 a { background-color: rgb(201,146,175); }

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

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

 span { border-color: rgb(201,146,175); }

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