Html Css Color HEX #C984AD Lily

📋 copy color: '#C984AD'

red 201 ◦ green 132 ◦ blue 173

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

Shades of Lily #C984AD

Tints of Lily #C984AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 39.72%
G = 26.09%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C984AD (or 0xC984AD) is known color: Lily. HEX triplet: C9, 84 and AD. RGB value is (201,132,173). Sum of RGB (Red+Green+Blue) = 201+132+173=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C984AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C984AD is #367B52. Grayscale: #9D9D9D. Windows color (decimal): -3570515 or 11371721. OLE color: 11371721.

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

Color convert

RGB 201 132 173 -
CMYK 0 0.34 0.14 0.21
HSL 324.35º 0.39% 0.65% -
HSV(B) 324.35º 0.34% 0.79% -
XYZ 39.88 31.94 43.6 -
YUV 157.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 201 132 173 0 0.34 0.14 0.21 324.35 0.39 0.65
Hex C9 84 AD 0 22 E 15 144 27 41
Octal 311 204 255 0 42 16 25 504 47 101
Binary 11001001 10000100 10101101 0 100010 1110 10101 101000100 100111 1000001

Color Harmonies of #C984AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984AD

Black with #C984AD

Text Example


Text Example

White with #C984AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984AD; }

 p { color: rgb(201,132,173); }

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

background-color css

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

 a { background-color: rgb(201,132,173); }

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

border-color css

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

 span { border-color: rgb(201,132,173); }

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