Html Css Color HEX #C980BA Lily

📋 copy color: '#C980BA'

red 201 ◦ green 128 ◦ blue 186

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

Shades of Lily #C980BA

Tints of Lily #C980BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 39.03%
G = 24.85%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C980BA (or 0xC980BA) is known color: Lily. HEX triplet: C9, 80 and BA. RGB value is (201,128,186). Sum of RGB (Red+Green+Blue) = 201+128+186=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BA is #367F45. Grayscale: #9C9C9C. Windows color (decimal): -3571526 or 12222665. OLE color: 12222665.

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

Color convert

RGB 201 128 186 -
CMYK 0 0.36 0.07 0.21
HSL 312.33º 0.4% 0.65% -
HSV(B) 312.33º 0.36% 0.79% -
XYZ 40.67 31.4 50.37 -
YUV 156.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 201 128 186 0 0.36 0.07 0.21 312.33 0.4 0.65
Hex C9 80 BA 0 24 7 15 138 28 41
Octal 311 200 272 0 44 7 25 470 50 101
Binary 11001001 10000000 10111010 0 100100 111 10101 100111000 101000 1000001

Color Harmonies of #C980BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980BA

Black with #C980BA

Text Example


Text Example

White with #C980BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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