#C396A0

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

Shades of Viola #C396A0

Tints of Viola #C396A0

Color information

#C396A0 (or 0xC396A0) is unknown color: approx Viola. HEX triplet: C3, 96 and A0. RGB value is (195,150,160). Sum of RGB (Red+Green+Blue) = 195+150+160=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C396A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396A0 is #3C695F. Grayscale: #A4A4A4. Windows color (decimal): -3959136 or 10524355. OLE color: 10524355.

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

Color convert

RGB195150160-
CMYK00.230.180.24
HSL346.67º27.27%67.65%-
HSV(B)346.67º23.08%76.47%-
XYZ39.7635.9538.1-
YUV164.6125.41149.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=38.61%
G=29.70%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515016000.230.180.24346.6727.2767.65
HexC396A0017121815b1b44
Octal303226240027223053333104
Binary1100001110010110101000000101111001011000101011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396A0; }

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

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

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

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

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

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

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

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