Html Css Color HEX #C982AC Lily

📋 copy color: '#C982AC'

red 201 ◦ green 130 ◦ blue 172

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

Shades of Lily #C982AC

Tints of Lily #C982AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 39.96%
G = 25.84%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C982AC (or 0xC982AC) is known color: Lily. HEX triplet: C9, 82 and AC. RGB value is (201,130,172). Sum of RGB (Red+Green+Blue) = 201+130+172=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AC is #367D53. Grayscale: #9B9B9B. Windows color (decimal): -3571028 or 11305673. OLE color: 11305673.

HSL color Cylindrical-coordinate representation of color #C982AC: hue angle of 324.51º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982AC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 172 -
CMYK 0 0.35 0.14 0.21
HSL 324.51º 0.4% 0.65% -
HSV(B) 324.51º 0.35% 0.79% -
XYZ 39.52 31.36 43 -
YUV 156.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 201 130 172 0 0.35 0.14 0.21 324.51 0.4 0.65
Hex C9 82 AC 0 23 E 15 145 28 41
Octal 311 202 254 0 43 16 25 505 50 101
Binary 11001001 10000010 10101100 0 100011 1110 10101 101000101 101000 1000001

Color Harmonies of #C982AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982AC

Black with #C982AC

Text Example


Text Example

White with #C982AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982AC; }

 p { color: rgb(201,130,172); }

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

background-color css

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

 a { background-color: rgb(201,130,172); }

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

border-color css

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

 span { border-color: rgb(201,130,172); }

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