#C392A0

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

Shades of Viola #C392A0

Tints of Viola #C392A0

Color information

#C392A0 (or 0xC392A0) is unknown color: approx Viola. HEX triplet: C3, 92 and A0. RGB value is (195,146,160). Sum of RGB (Red+Green+Blue) = 195+146+160=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C392A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392A0 is #3C6D5F. Grayscale: #A2A2A2. Windows color (decimal): -3960160 or 10523331. OLE color: 10523331.

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

Color convert

RGB195146160-
CMYK00.250.180.24
HSL342.86º28.99%66.86%-
HSV(B)342.86º25.13%76.47%-
XYZ39.1334.737.89-
YUV162.25126.73151.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=38.92%
G=29.14%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514616000.250.180.24342.8628.9966.86
HexC392A001912181571d43
Octal303222240031223052735103
Binary1100001110010010101000000110011001011000101010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392A0; }

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

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

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

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

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

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

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

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