#C5929A

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

Shades of Viola #C5929A

Tints of Viola #C5929A

Color information

#C5929A (or 0xC5929A) is unknown color: approx Viola. HEX triplet: C5, 92 and 9A. RGB value is (197,146,154). Sum of RGB (Red+Green+Blue) = 197+146+154=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5929A is #3A6D65. Grayscale: #A2A2A2. Windows color (decimal): -3829094 or 10130117. OLE color: 10130117.

HSL color Cylindrical-coordinate representation of color #C5929A: hue angle of 350.59º 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 #C5929A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB197146154-
CMYK00.260.220.23
HSL350.59º30.54%67.25%-
HSV(B)350.59º25.89%77.25%-
XYZ39.1434.7635.22-
YUV162.16123.4152.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=39.64%
G=29.38%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714615400.260.220.23350.5930.5467.25
HexC5929A01A161715f1f43
Octal305222232032262753737103
Binary1100010110010010100110100110101011010111101011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5929A; }

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

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

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

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

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

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

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

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