Html Css Color HEX #C986AD Lily

📋 copy color: '#C986AD'

red 201 ◦ green 134 ◦ blue 173

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

Shades of Lily #C986AD

Tints of Lily #C986AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.38%

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

R = 39.57%
G = 26.38%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C986AD (or 0xC986AD) is known color: Lily. HEX triplet: C9, 86 and AD. RGB value is (201,134,173). Sum of RGB (Red+Green+Blue) = 201+134+173=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C986AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C986AD is #367952. Grayscale: #9E9E9E. Windows color (decimal): -3570003 or 11372233. OLE color: 11372233.

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

Color convert

RGB 201 134 173 -
CMYK 0 0.33 0.14 0.21
HSL 325.07º 0.38% 0.66% -
HSV(B) 325.07º 0.33% 0.79% -
XYZ 40.16 32.48 43.69 -
YUV 158.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 201 134 173 0 0.33 0.14 0.21 325.07 0.38 0.66
Hex C9 86 AD 0 21 E 15 145 26 42
Octal 311 206 255 0 41 16 25 505 46 102
Binary 11001001 10000110 10101101 0 100001 1110 10101 101000101 100110 1000010

Color Harmonies of #C986AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986AD

Black with #C986AD

Text Example


Text Example

White with #C986AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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