#C5929E

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

Shades of Viola #C5929E

Tints of Viola #C5929E

Color information

#C5929E (or 0xC5929E) is unknown color: approx Viola. HEX triplet: C5, 92 and 9E. RGB value is (197,146,158). Sum of RGB (Red+Green+Blue) = 197+146+158=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5929E is #3A6D61. Grayscale: #A2A2A2. Windows color (decimal): -3829090 or 10392261. OLE color: 10392261.

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

Color convert

RGB197146158-
CMYK00.260.200.23
HSL345.88º30.54%67.25%-
HSV(B)345.88º25.89%77.25%-
XYZ39.4834.937-
YUV162.62125.4152.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=39.32%
G=29.14%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714615800.260.200.23345.8830.5467.25
HexC5929E01A141715a1f43
Octal305222236032242753237103
Binary1100010110010010100111100110101010010111101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5929E; }

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

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

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

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

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

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

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

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