Html Css Color HEX #C486AD Lily

📋 copy color: '#C486AD'

red 196 ◦ green 134 ◦ blue 173

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

Shades of Lily #C486AD

Tints of Lily #C486AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 38.97%
G = 26.64%
B = 34.39%

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

#C486AD (or 0xC486AD) is known color: Lily. HEX triplet: C4, 86 and AD. RGB value is (196,134,173). Sum of RGB (Red+Green+Blue) = 196+134+173=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AD is #3B7952. Grayscale: #9C9C9C. Windows color (decimal): -3897683 or 11372228. OLE color: 11372228.

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

Color convert

RGB 196 134 173 -
CMYK 0 0.32 0.12 0.23
HSL 322.26º 0.34% 0.65% -
HSV(B) 322.26º 0.32% 0.77% -
XYZ 38.83 31.8 43.63 -
YUV 156.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 196 134 173 0 0.32 0.12 0.23 322.26 0.34 0.65
Hex C4 86 AD 0 20 C 17 142 22 41
Octal 304 206 255 0 40 14 27 502 42 101
Binary 11000100 10000110 10101101 0 100000 1100 10111 101000010 100010 1000001

Color Harmonies of #C486AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486AD

Black with #C486AD

Text Example


Text Example

White with #C486AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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