#C386A6

Color #C386A6 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C386A6

Tints of Viola #C386A6

Color information

#C386A6 (or 0xC386A6) is unknown color: approx Viola. HEX triplet: C3, 86 and A6. RGB value is (195,134,166). Sum of RGB (Red+Green+Blue) = 195+134+166=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C386A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386A6 is #3C7959. Grayscale: #9B9B9B. Windows color (decimal): -3963226 or 10913475. OLE color: 10913475.

HSL color Cylindrical-coordinate representation of color #C386A6: hue angle of 328.52º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386A6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195134166-
CMYK00.310.150.24
HSL328.52º33.7%64.51%-
HSV(B)328.52º31.28%76.47%-
XYZ37.9131.4140.14-
YUV155.89133.71155.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=39.39%
G=27.07%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513416600.310.150.24328.5233.764.51
HexC386A601FF181492241
Octal303206246037173051142101
Binary1100001110000110101001100111111111110001010010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386A6; }

 p { color: rgb(195,134,166); }

 H1.HeaderClassName
 {
   color: #C386A6;
 }
 .AnyTagClassName
 {
   color: #C386A6;
 }
</style>
background-color css

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

 a { background-color: rgb(195,134,166); }

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

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

 span { border-color: rgb(195,134,166); }

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