#C58E9E

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

Shades of Viola #C58E9E

Tints of Viola #C58E9E

Color information

#C58E9E (or 0xC58E9E) is unknown color: approx Viola. HEX triplet: C5, 8E and 9E. RGB value is (197,142,158). Sum of RGB (Red+Green+Blue) = 197+142+158=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E9E is #3A7161. Grayscale: #A0A0A0. Windows color (decimal): -3830114 or 10391237. OLE color: 10391237.

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

Color convert

RGB197142158-
CMYK00.280.200.23
HSL342.55º32.16%66.47%-
HSV(B)342.55º27.92%77.25%-
XYZ38.8733.6836.8-
YUV160.27126.72154.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=39.64%
G=28.57%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714215800.280.200.23342.5532.1666.47
HexC58E9E01C14171572042
Octal305216236034242752740102
Binary11000101100011101001111001110010100101111010101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E9E; }

 p { color: rgb(197,142,158); }

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

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

 a { background-color: rgb(197,142,158); }

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

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

 span { border-color: rgb(197,142,158); }

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