Html Css Color HEX #C486B2 Lily

📋 copy color: '#C486B2'

red 196 ◦ green 134 ◦ blue 178

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

Shades of Lily #C486B2

Tints of Lily #C486B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 38.58%
G = 26.38%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C486B2 (or 0xC486B2) is known color: Lily. HEX triplet: C4, 86 and B2. RGB value is (196,134,178). Sum of RGB (Red+Green+Blue) = 196+134+178=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486B2 is #3B794D. Grayscale: #9D9D9D. Windows color (decimal): -3897678 or 11699908. OLE color: 11699908.

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

Color convert

RGB 196 134 178 -
CMYK 0 0.32 0.09 0.23
HSL 317.42º 0.34% 0.65% -
HSV(B) 317.42º 0.32% 0.77% -
XYZ 39.33 32 46.22 -
YUV 157.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 196 134 178 0 0.32 0.09 0.23 317.42 0.34 0.65
Hex C4 86 B2 0 20 9 17 13D 22 41
Octal 304 206 262 0 40 11 27 475 42 101
Binary 11000100 10000110 10110010 0 100000 1001 10111 100111101 100010 1000001

Color Harmonies of #C486B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486B2

Black with #C486B2

Text Example


Text Example

White with #C486B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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