Html Css Color HEX #C486AB Lily

📋 copy color: '#C486AB'

red 196 ◦ green 134 ◦ blue 171

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

Shades of Lily #C486AB

Tints of Lily #C486AB

RGB

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

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

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

R = 39.12%
G = 26.75%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C486AB (or 0xC486AB) is known color: Lily. HEX triplet: C4, 86 and AB. RGB value is (196,134,171). Sum of RGB (Red+Green+Blue) = 196+134+171=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AB is #3B7954. Grayscale: #9C9C9C. Windows color (decimal): -3897685 or 11241156. OLE color: 11241156.

HSL color Cylindrical-coordinate representation of color #C486AB: hue angle of 324.19º 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 #C486AB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 171 -
CMYK 0 0.32 0.13 0.23
HSL 324.19º 0.34% 0.65% -
HSV(B) 324.19º 0.32% 0.77% -
XYZ 38.64 31.73 42.62 -
YUV 156.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 196 134 171 0 0.32 0.13 0.23 324.19 0.34 0.65
Hex C4 86 AB 0 20 D 17 144 22 41
Octal 304 206 253 0 40 15 27 504 42 101
Binary 11000100 10000110 10101011 0 100000 1101 10111 101000100 100010 1000001

Color Harmonies of #C486AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486AB

Black with #C486AB

Text Example


Text Example

White with #C486AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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