Html Css Color HEX #C980AF Lily

📋 copy color: '#C980AF'

red 201 ◦ green 128 ◦ blue 175

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

Shades of Lily #C980AF

Tints of Lily #C980AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 39.88%
G = 25.4%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C980AF (or 0xC980AF) is known color: Lily. HEX triplet: C9, 80 and AF. RGB value is (201,128,175). Sum of RGB (Red+Green+Blue) = 201+128+175=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AF is #367F50. Grayscale: #9B9B9B. Windows color (decimal): -3571537 or 11501769. OLE color: 11501769.

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

Color convert

RGB 201 128 175 -
CMYK 0 0.36 0.13 0.21
HSL 321.37º 0.4% 0.65% -
HSV(B) 321.37º 0.36% 0.79% -
XYZ 39.54 30.95 44.45 -
YUV 155.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 201 128 175 0 0.36 0.13 0.21 321.37 0.4 0.65
Hex C9 80 AF 0 24 D 15 141 28 41
Octal 311 200 257 0 44 15 25 501 50 101
Binary 11001001 10000000 10101111 0 100100 1101 10101 101000001 101000 1000001

Color Harmonies of #C980AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980AF

Black with #C980AF

Text Example


Text Example

White with #C980AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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