#C389A0

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

Shades of Viola #C389A0

Tints of Viola #C389A0

Color information

#C389A0 (or 0xC389A0) is unknown color: approx Viola. HEX triplet: C3, 89 and A0. RGB value is (195,137,160). Sum of RGB (Red+Green+Blue) = 195+137+160=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C389A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389A0 is #3C765F. Grayscale: #9C9C9C. Windows color (decimal): -3962464 or 10521027. OLE color: 10521027.

HSL color Cylindrical-coordinate representation of color #C389A0: hue angle of 336.21º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389A0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195137160-
CMYK00.300.180.24
HSL336.21º32.58%65.1%-
HSV(B)336.21º29.74%76.47%-
XYZ37.832.0337.45-
YUV156.96129.72155.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=39.63%
G=27.85%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513716000.300.180.24336.2132.5865.1
HexC389A001E12181502141
Octal303211240036223052041101
Binary11000011100010011010000001111010010110001010100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389A0; }

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

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

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

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

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

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

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

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