Html Css Color HEX #C987AA Lily

📋 copy color: '#C987AA'

red 201 ◦ green 135 ◦ blue 170

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

Shades of Lily #C987AA

Tints of Lily #C987AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 39.72%
G = 26.68%
B = 33.6%

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

#C987AA (or 0xC987AA) is known color: Lily. HEX triplet: C9, 87 and AA. RGB value is (201,135,170). Sum of RGB (Red+Green+Blue) = 201+135+170=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C987AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987AA is #367855. Grayscale: #9E9E9E. Windows color (decimal): -3569750 or 11175881. OLE color: 11175881.

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

Color convert

RGB 201 135 170 -
CMYK 0 0.33 0.15 0.21
HSL 328.18º 0.38% 0.66% -
HSV(B) 328.18º 0.33% 0.79% -
XYZ 40.01 32.65 42.22 -
YUV 158.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 201 135 170 0 0.33 0.15 0.21 328.18 0.38 0.66
Hex C9 87 AA 0 21 F 15 148 26 42
Octal 311 207 252 0 41 17 25 510 46 102
Binary 11001001 10000111 10101010 0 100001 1111 10101 101001000 100110 1000010

Color Harmonies of #C987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C987AA

Black with #C987AA

Text Example


Text Example

White with #C987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C987AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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