Html Css Color HEX #C980AB Lily

📋 copy color: '#C980AB'

red 201 ◦ green 128 ◦ blue 171

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

Shades of Lily #C980AB

Tints of Lily #C980AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 40.2%
G = 25.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C980AB (or 0xC980AB) is known color: Lily. HEX triplet: C9, 80 and AB. RGB value is (201,128,171). Sum of RGB (Red+Green+Blue) = 201+128+171=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AB is #367F54. Grayscale: #9A9A9A. Windows color (decimal): -3571541 or 11239625. OLE color: 11239625.

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

Color convert

RGB 201 128 171 -
CMYK 0 0.36 0.15 0.21
HSL 324.66º 0.4% 0.65% -
HSV(B) 324.66º 0.36% 0.79% -
XYZ 39.16 30.8 42.41 -
YUV 154.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 201 128 171 0 0.36 0.15 0.21 324.66 0.4 0.65
Hex C9 80 AB 0 24 F 15 145 28 41
Octal 311 200 253 0 44 17 25 505 50 101
Binary 11001001 10000000 10101011 0 100100 1111 10101 101000101 101000 1000001

Color Harmonies of #C980AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980AB

Black with #C980AB

Text Example


Text Example

White with #C980AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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