Html Css Color HEX #C486AC Lily

📋 copy color: '#C486AC'

red 196 ◦ green 134 ◦ blue 172

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

Shades of Lily #C486AC

Tints of Lily #C486AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 39.04%
G = 26.69%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C486AC (or 0xC486AC) is known color: Lily. HEX triplet: C4, 86 and AC. RGB value is (196,134,172). Sum of RGB (Red+Green+Blue) = 196+134+172=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AC is #3B7953. Grayscale: #9C9C9C. Windows color (decimal): -3897684 or 11306692. OLE color: 11306692.

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

Color convert

RGB 196 134 172 -
CMYK 0 0.32 0.12 0.23
HSL 323.23º 0.34% 0.65% -
HSV(B) 323.23º 0.32% 0.77% -
XYZ 38.74 31.76 43.12 -
YUV 156.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 196 134 172 0 0.32 0.12 0.23 323.23 0.34 0.65
Hex C4 86 AC 0 20 C 17 143 22 41
Octal 304 206 254 0 40 14 27 503 42 101
Binary 11000100 10000110 10101100 0 100000 1100 10111 101000011 100010 1000001

Color Harmonies of #C486AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486AC

Black with #C486AC

Text Example


Text Example

White with #C486AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486AC; }

 p { color: rgb(196,134,172); }

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

background-color css

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

 a { background-color: rgb(196,134,172); }

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

border-color css

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

 span { border-color: rgb(196,134,172); }

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