#C394A5

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

Shades of Viola #C394A5

Tints of Viola #C394A5

Color information

#C394A5 (or 0xC394A5) is unknown color: approx Viola. HEX triplet: C3, 94 and A5. RGB value is (195,148,165). Sum of RGB (Red+Green+Blue) = 195+148+165=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A5 is #3C6B5A. Grayscale: #A3A3A3. Windows color (decimal): -3959643 or 10851523. OLE color: 10851523.

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

Color convert

RGB195148165-
CMYK00.240.150.24
HSL338.3º28.14%67.25%-
HSV(B)338.3º24.1%76.47%-
XYZ39.8935.540.35-
YUV163.99128.57150.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=38.39%
G=29.13%
B=32.48%

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
Decimal19514816500.240.150.24338.328.1467.25
HexC394A5018F181521c43
Octal303224245030173052234103
Binary110000111001010010100101011000111111000101010010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394A5; }

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

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

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

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

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

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

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

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