#C58D97

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

Shades of Viola #C58D97

Tints of Viola #C58D97

Color information

#C58D97 (or 0xC58D97) is unknown color: approx Viola. HEX triplet: C5, 8D and 97. RGB value is (197,141,151). Sum of RGB (Red+Green+Blue) = 197+141+151=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D97 is #3A7268. Grayscale: #9E9E9E. Windows color (decimal): -3830377 or 9932229. OLE color: 9932229.

HSL color Cylindrical-coordinate representation of color #C58D97: hue angle of 349.29º degrees, saturation: 0.33, 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 #C58D97 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB197141151-
CMYK00.280.230.23
HSL349.29º32.56%66.27%-
HSV(B)349.29º28.43%77.25%-
XYZ38.1433.1533.67-
YUV158.88123.55155.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=40.29%
G=28.83%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714115100.280.230.23349.2932.5666.27
HexC58D9701C171715d2142
Octal305215227034272753541102
Binary11000101100011011001011101110010111101111010111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D97; }

 p { color: rgb(197,141,151); }

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

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

 a { background-color: rgb(197,141,151); }

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

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

 span { border-color: rgb(197,141,151); }

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