Html Css Color HEX #C980B9 Lily

📋 copy color: '#C980B9'

red 201 ◦ green 128 ◦ blue 185

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

Shades of Lily #C980B9

Tints of Lily #C980B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 39.11%
G = 24.9%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C980B9 (or 0xC980B9) is known color: Lily. HEX triplet: C9, 80 and B9. RGB value is (201,128,185). Sum of RGB (Red+Green+Blue) = 201+128+185=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C980B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980B9 is #367F46. Grayscale: #9C9C9C. Windows color (decimal): -3571527 or 12157129. OLE color: 12157129.

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

Color convert

RGB 201 128 185 -
CMYK 0 0.36 0.08 0.21
HSL 313.15º 0.4% 0.65% -
HSV(B) 313.15º 0.36% 0.79% -
XYZ 40.56 31.36 49.81 -
YUV 156.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 201 128 185 0 0.36 0.08 0.21 313.15 0.4 0.65
Hex C9 80 B9 0 24 8 15 139 28 41
Octal 311 200 271 0 44 10 25 471 50 101
Binary 11001001 10000000 10111001 0 100100 1000 10101 100111001 101000 1000001

Color Harmonies of #C980B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980B9

Black with #C980B9

Text Example


Text Example

White with #C980B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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