#C391A0

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

Shades of Viola #C391A0

Tints of Viola #C391A0

Color information

#C391A0 (or 0xC391A0) is unknown color: approx Viola. HEX triplet: C3, 91 and A0. RGB value is (195,145,160). Sum of RGB (Red+Green+Blue) = 195+145+160=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C391A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391A0 is #3C6E5F. Grayscale: #A1A1A1. Windows color (decimal): -3960416 or 10523075. OLE color: 10523075.

HSL color Cylindrical-coordinate representation of color #C391A0: hue angle of 342º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391A0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195145160-
CMYK00.260.180.24
HSL342º29.41%66.67%-
HSV(B)342º25.64%76.47%-
XYZ38.9834.3937.84-
YUV161.66127.06151.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 160 (62.89% from 255) = 32%
R=39%
G=29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514516000.260.180.2434229.4166.67
HexC391A001A12181561d43
Octal303221240032223052635103
Binary1100001110010001101000000110101001011000101010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C391A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C391A0; }

 p { color: rgb(195,145,160); }

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

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

 a { background-color: rgb(195,145,160); }

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

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

 span { border-color: rgb(195,145,160); }

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