Html Css Color HEX #C486AF Lily

📋 copy color: '#C486AF'

red 196 ◦ green 134 ◦ blue 175

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

Shades of Lily #C486AF

Tints of Lily #C486AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 38.81%
G = 26.53%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C486AF (or 0xC486AF) is known color: Lily. HEX triplet: C4, 86 and AF. RGB value is (196,134,175). Sum of RGB (Red+Green+Blue) = 196+134+175=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AF is #3B7950. Grayscale: #9D9D9D. Windows color (decimal): -3897681 or 11503300. OLE color: 11503300.

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

Color convert

RGB 196 134 175 -
CMYK 0 0.32 0.11 0.23
HSL 320.32º 0.34% 0.65% -
HSV(B) 320.32º 0.32% 0.77% -
XYZ 39.03 31.88 44.65 -
YUV 157.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 196 134 175 0 0.32 0.11 0.23 320.32 0.34 0.65
Hex C4 86 AF 0 20 B 17 140 22 41
Octal 304 206 257 0 40 13 27 500 42 101
Binary 11000100 10000110 10101111 0 100000 1011 10111 101000000 100010 1000001

Color Harmonies of #C486AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486AF

Black with #C486AF

Text Example


Text Example

White with #C486AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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