#C394A6

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

Shades of Viola #C394A6

Tints of Viola #C394A6

Color information

#C394A6 (or 0xC394A6) is unknown color: approx Viola. HEX triplet: C3, 94 and A6. RGB value is (195,148,166). Sum of RGB (Red+Green+Blue) = 195+148+166=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A6 is #3C6B59. Grayscale: #A4A4A4. Windows color (decimal): -3959642 or 10917059. OLE color: 10917059.

HSL color Cylindrical-coordinate representation of color #C394A6: hue angle of 337.02º 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 #C394A6 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195148166-
CMYK00.240.150.24
HSL337.02º28.14%67.25%-
HSV(B)337.02º24.1%76.47%-
XYZ39.9835.5440.83-
YUV164.1129.07150.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=38.31%
G=29.08%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514816600.240.150.24337.0228.1467.25
HexC394A6018F181511c43
Octal303224246030173052134103
Binary110000111001010010100110011000111111000101010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394A6; }

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

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

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

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

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

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

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

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