Html Css Color HEX #C486A0 Viola

📋 copy color: '#C486A0'

red 196 ◦ green 134 ◦ blue 160

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

Shades of Viola #C486A0

Tints of Viola #C486A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 40%
G = 27.35%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C486A0 (or 0xC486A0) is known color: Viola. HEX triplet: C4, 86 and A0. RGB value is (196,134,160). Sum of RGB (Red+Green+Blue) = 196+134+160=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C486A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486A0 is #3B795F. Grayscale: #9B9B9B. Windows color (decimal): -3897696 or 10520260. OLE color: 10520260.

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

Color convert

RGB 196 134 160 -
CMYK 0 0.32 0.18 0.23
HSL 334.84º 0.34% 0.65% -
HSV(B) 334.84º 0.32% 0.77% -
XYZ 37.64 31.32 37.32 -
YUV 155.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 196 134 160 0 0.32 0.18 0.23 334.84 0.34 0.65
Hex C4 86 A0 0 20 12 17 14F 22 41
Octal 304 206 240 0 40 22 27 517 42 101
Binary 11000100 10000110 10100000 0 100000 10010 10111 101001111 100010 1000001

Color Harmonies of #C486A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486A0

Black with #C486A0

Text Example


Text Example

White with #C486A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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