Html Css Color HEX #C980AC Lily

📋 copy color: '#C980AC'

red 201 ◦ green 128 ◦ blue 172

#C980AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C980AC

Tints of Lily #C980AC

RGB

 RED value IS 201 (78.91% from 255) = 40.12%

 GREEN value IS 128 (50.39% from 255) = 25.55%

 BLUE value IS 172 (67.58% from 255) = 34.33%

R = 40.12%
G = 25.55%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C980AC (or 0xC980AC) is known color: Lily. HEX triplet: C9, 80 and AC. RGB value is (201,128,172). Sum of RGB (Red+Green+Blue) = 201+128+172=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AC is #367F53. Grayscale: #9A9A9A. Windows color (decimal): -3571540 or 11305161. OLE color: 11305161.

HSL color Cylindrical-coordinate representation of color #C980AC: hue angle of 323.84º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980AC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 172 -
CMYK 0 0.36 0.14 0.21
HSL 323.84º 0.4% 0.65% -
HSV(B) 323.84º 0.36% 0.79% -
XYZ 39.25 30.83 42.91 -
YUV 154.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 201 128 172 0 0.36 0.14 0.21 323.84 0.4 0.65
Hex C9 80 AC 0 24 E 15 144 28 41
Octal 311 200 254 0 44 16 25 504 50 101
Binary 11001001 10000000 10101100 0 100100 1110 10101 101000100 101000 1000001

Color Harmonies of #C980AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980AC

Black with #C980AC

Text Example


Text Example

White with #C980AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980AC; }

 p { color: rgb(201,128,172); }

 H1.HeaderClassName
 {
   color: #C980AC;
 }
 .AnyTagClassName
 {
   color: #C980AC;
 }
</style>

background-color css

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

 a { background-color: rgb(201,128,172); }

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

border-color css

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

 span { border-color: rgb(201,128,172); }

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