Html Css Color HEX #C987AB Lily

📋 copy color: '#C987AB'

red 201 ◦ green 135 ◦ blue 171

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

Shades of Lily #C987AB

Tints of Lily #C987AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.63%

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

R = 39.64%
G = 26.63%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C987AB (or 0xC987AB) is known color: Lily. HEX triplet: C9, 87 and AB. RGB value is (201,135,171). Sum of RGB (Red+Green+Blue) = 201+135+171=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C987AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987AB is #367854. Grayscale: #9E9E9E. Windows color (decimal): -3569749 or 11241417. OLE color: 11241417.

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

Color convert

RGB 201 135 171 -
CMYK 0 0.33 0.15 0.21
HSL 327.27º 0.38% 0.66% -
HSV(B) 327.27º 0.33% 0.79% -
XYZ 40.1 32.69 42.72 -
YUV 158.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 201 135 171 0 0.33 0.15 0.21 327.27 0.38 0.66
Hex C9 87 AB 0 21 F 15 147 26 42
Octal 311 207 253 0 41 17 25 507 46 102
Binary 11001001 10000111 10101011 0 100001 1111 10101 101000111 100110 1000010

Color Harmonies of #C987AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987AB

Black with #C987AB

Text Example


Text Example

White with #C987AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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