Html Css Color HEX #C486AE Lily

📋 copy color: '#C486AE'

red 196 ◦ green 134 ◦ blue 174

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

Shades of Lily #C486AE

Tints of Lily #C486AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 38.89%
G = 26.59%
B = 34.52%

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

#C486AE (or 0xC486AE) is known color: Lily. HEX triplet: C4, 86 and AE. RGB value is (196,134,174). Sum of RGB (Red+Green+Blue) = 196+134+174=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C486AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486AE is #3B7951. Grayscale: #9D9D9D. Windows color (decimal): -3897682 or 11437764. OLE color: 11437764.

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

Color convert

RGB 196 134 174 -
CMYK 0 0.32 0.11 0.23
HSL 321.29º 0.34% 0.65% -
HSV(B) 321.29º 0.32% 0.77% -
XYZ 38.93 31.84 44.14 -
YUV 157.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 196 134 174 0 0.32 0.11 0.23 321.29 0.34 0.65
Hex C4 86 AE 0 20 B 17 141 22 41
Octal 304 206 256 0 40 13 27 501 42 101
Binary 11000100 10000110 10101110 0 100000 1011 10111 101000001 100010 1000001

Color Harmonies of #C486AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486AE

Black with #C486AE

Text Example


Text Example

White with #C486AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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