#C497A4

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

Shades of Viola #C497A4

Tints of Viola #C497A4

Color information

#C497A4 (or 0xC497A4) is unknown color: approx Viola. HEX triplet: C4, 97 and A4. RGB value is (196,151,164). Sum of RGB (Red+Green+Blue) = 196+151+164=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C497A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C497A4 is #3B685B. Grayscale: #A5A5A5. Windows color (decimal): -3893340 or 10786756. OLE color: 10786756.

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

Color convert

RGB196151164-
CMYK00.230.160.23
HSL342.67º27.61%68.04%-
HSV(B)342.67º22.96%76.86%-
XYZ40.5336.5540.04-
YUV165.94126.91149.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=38.36%
G=29.55%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615116400.230.160.23342.6727.6168.04
HexC497A401710171571c44
Octal304227244027202752734104
Binary1100010010010111101001000101111000010111101010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497A4; }

 p { color: rgb(196,151,164); }

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

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

 a { background-color: rgb(196,151,164); }

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

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

 span { border-color: rgb(196,151,164); }

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