#C58C9C

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

Shades of Viola #C58C9C

Tints of Viola #C58C9C

Color information

#C58C9C (or 0xC58C9C) is unknown color: approx Viola. HEX triplet: C5, 8C and 9C. RGB value is (197,140,156). Sum of RGB (Red+Green+Blue) = 197+140+156=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58C9C is #3A7363. Grayscale: #9E9E9E. Windows color (decimal): -3830628 or 10259653. OLE color: 10259653.

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

Color convert

RGB197140156-
CMYK00.290.210.23
HSL343.16º32.95%66.08%-
HSV(B)343.16º28.93%77.25%-
XYZ38.433.0335.8-
YUV158.87126.38155.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=39.96%
G=28.40%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714015600.290.210.23343.1632.9566.08
HexC58C9C01D15171572142
Octal305214234035252752741102
Binary11000101100011001001110001110110101101111010101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C9C; }

 p { color: rgb(197,140,156); }

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

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

 a { background-color: rgb(197,140,156); }

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

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

 span { border-color: rgb(197,140,156); }

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