Html Css Color HEX #C982AE Lily

📋 copy color: '#C982AE'

red 201 ◦ green 130 ◦ blue 174

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

Shades of Lily #C982AE

Tints of Lily #C982AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 39.8%
G = 25.74%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C982AE (or 0xC982AE) is known color: Lily. HEX triplet: C9, 82 and AE. RGB value is (201,130,174). Sum of RGB (Red+Green+Blue) = 201+130+174=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AE is #367D51. Grayscale: #9C9C9C. Windows color (decimal): -3571026 or 11436745. OLE color: 11436745.

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

Color convert

RGB 201 130 174 -
CMYK 0 0.35 0.13 0.21
HSL 322.82º 0.4% 0.65% -
HSV(B) 322.82º 0.35% 0.79% -
XYZ 39.71 31.44 44.02 -
YUV 156.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 201 130 174 0 0.35 0.13 0.21 322.82 0.4 0.65
Hex C9 82 AE 0 23 D 15 143 28 41
Octal 311 202 256 0 43 15 25 503 50 101
Binary 11001001 10000010 10101110 0 100011 1101 10101 101000011 101000 1000001

Color Harmonies of #C982AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982AE

Black with #C982AE

Text Example


Text Example

White with #C982AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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