#C58A9F

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

Shades of Viola #C58A9F

Tints of Viola #C58A9F

Color information

#C58A9F (or 0xC58A9F) is unknown color: approx Viola. HEX triplet: C5, 8A and 9F. RGB value is (197,138,159). Sum of RGB (Red+Green+Blue) = 197+138+159=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A9F is #3A7560. Grayscale: #9E9E9E. Windows color (decimal): -3831137 or 10455749. OLE color: 10455749.

HSL color Cylindrical-coordinate representation of color #C58A9F: hue angle of 338.64º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58A9F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB197138159-
CMYK00.300.190.23
HSL338.64º33.71%65.69%-
HSV(B)338.64º29.95%77.25%-
XYZ38.3732.5537.06-
YUV158.04128.55155.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=39.88%
G=27.94%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713815900.300.190.23338.6433.7165.69
HexC58A9F01E13171532242
Octal305212237036232752342102
Binary11000101100010101001111101111010011101111010100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A9F; }

 p { color: rgb(197,138,159); }

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

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

 a { background-color: rgb(197,138,159); }

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

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

 span { border-color: rgb(197,138,159); }

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