#C394A3

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

Shades of Viola #C394A3

Tints of Viola #C394A3

Color information

#C394A3 (or 0xC394A3) is unknown color: approx Viola. HEX triplet: C3, 94 and A3. RGB value is (195,148,163). Sum of RGB (Red+Green+Blue) = 195+148+163=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A3 is #3C6B5C. Grayscale: #A3A3A3. Windows color (decimal): -3959645 or 10720451. OLE color: 10720451.

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

Color convert

RGB195148163-
CMYK00.240.160.24
HSL340.85º28.14%67.25%-
HSV(B)340.85º24.1%76.47%-
XYZ39.7135.4339.4-
YUV163.76127.57150.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=38.54%
G=29.25%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514816300.240.160.24340.8528.1467.25
HexC394A301810181551c43
Octal303224243030203052534103
Binary1100001110010100101000110110001000011000101010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394A3; }

 p { color: rgb(195,148,163); }

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

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

 a { background-color: rgb(195,148,163); }

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

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

 span { border-color: rgb(195,148,163); }

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