Html Css Color HEX #C487AA Lily

📋 copy color: '#C487AA'

red 196 ◦ green 135 ◦ blue 170

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

Shades of Lily #C487AA

Tints of Lily #C487AA

RGB

 RED value IS 196 (76.95% from 255) = 39.12%

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

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

R = 39.12%
G = 26.95%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C487AA (or 0xC487AA) is known color: Lily. HEX triplet: C4, 87 and AA. RGB value is (196,135,170). Sum of RGB (Red+Green+Blue) = 196+135+170=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C487AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487AA is #3B7855. Grayscale: #9D9D9D. Windows color (decimal): -3897430 or 11175876. OLE color: 11175876.

HSL color Cylindrical-coordinate representation of color #C487AA: hue angle of 325.57º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C487AA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 135 170 -
CMYK 0 0.31 0.13 0.23
HSL 325.57º 0.34% 0.65% -
HSV(B) 325.57º 0.31% 0.77% -
XYZ 38.68 31.97 42.16 -
YUV 157.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 196 135 170 0 0.31 0.13 0.23 325.57 0.34 0.65
Hex C4 87 AA 0 1F D 17 146 22 41
Octal 304 207 252 0 37 15 27 506 42 101
Binary 11000100 10000111 10101010 0 11111 1101 10111 101000110 100010 1000001

Color Harmonies of #C487AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C487AA

Black with #C487AA

Text Example


Text Example

White with #C487AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C487AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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