#C979B4

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

Shades of Lily #C979B4

Tints of Lily #C979B4

Color information

#C979B4 (or 0xC979B4) is unknown color: approx Lily. HEX triplet: C9, 79 and B4. RGB value is (201,121,180). Sum of RGB (Red+Green+Blue) = 201+121+180=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C979B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979B4 is #36864B. Grayscale: #979797. Windows color (decimal): -3573324 or 11827657. OLE color: 11827657.

HSL color Cylindrical-coordinate representation of color #C979B4: hue angle of 315.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C979B4 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201121180-
CMYK00.400.100.21
HSL315.75º42.55%63.14%-
HSV(B)315.75º39.8%78.82%-
XYZ39.1629.3946.79-
YUV151.65144163.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=40.04%
G=24.10%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112118000.400.100.21315.7542.5563.14
HexC979B4028A1513c2b3f
Octal31117126405012254745377
Binary110010011111001101101000101000101010101100111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979B4; }

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

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

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

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

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

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

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

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