#C5859F

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

Shades of Viola #C5859F

Tints of Viola #C5859F

Color information

#C5859F (or 0xC5859F) is unknown color: approx Viola. HEX triplet: C5, 85 and 9F. RGB value is (197,133,159). Sum of RGB (Red+Green+Blue) = 197+133+159=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5859F is #3A7A60. Grayscale: #9B9B9B. Windows color (decimal): -3832417 or 10454469. OLE color: 10454469.

HSL color Cylindrical-coordinate representation of color #C5859F: hue angle of 335.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5859F is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB197133159-
CMYK00.320.190.23
HSL335.62º35.56%64.71%-
HSV(B)335.62º32.49%77.25%-
XYZ37.6731.1536.83-
YUV155.1130.2157.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=40.29%
G=27.20%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713315900.320.190.23335.6235.5664.71
HexC5859F02013171502441
Octal305205237040232752044101
Binary110001011000010110011111010000010011101111010100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5859F; }

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

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

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

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

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

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

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

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