Html Css Color HEX #C980AD Lily

📋 copy color: '#C980AD'

red 201 ◦ green 128 ◦ blue 173

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

Shades of Lily #C980AD

Tints of Lily #C980AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 40.04%
G = 25.5%
B = 34.46%

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

#C980AD (or 0xC980AD) is known color: Lily. HEX triplet: C9, 80 and AD. RGB value is (201,128,173). Sum of RGB (Red+Green+Blue) = 201+128+173=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AD is #367F52. Grayscale: #9A9A9A. Windows color (decimal): -3571539 or 11370697. OLE color: 11370697.

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

Color convert

RGB 201 128 173 -
CMYK 0 0.36 0.14 0.21
HSL 323.01º 0.4% 0.65% -
HSV(B) 323.01º 0.36% 0.79% -
XYZ 39.35 30.87 43.42 -
YUV 154.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 201 128 173 0 0.36 0.14 0.21 323.01 0.4 0.65
Hex C9 80 AD 0 24 E 15 143 28 41
Octal 311 200 255 0 44 16 25 503 50 101
Binary 11001001 10000000 10101101 0 100100 1110 10101 101000011 101000 1000001

Color Harmonies of #C980AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980AD

Black with #C980AD

Text Example


Text Example

White with #C980AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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