#C495A9

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

Shades of Viola #C495A9

Tints of Viola #C495A9

Color information

#C495A9 (or 0xC495A9) is unknown color: approx Viola. HEX triplet: C4, 95 and A9. RGB value is (196,149,169). Sum of RGB (Red+Green+Blue) = 196+149+169=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C495A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495A9 is #3B6A56. Grayscale: #A5A5A5. Windows color (decimal): -3893847 or 11113924. OLE color: 11113924.

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

Color convert

RGB196149169-
CMYK00.240.140.23
HSL334.47º28.48%67.65%-
HSV(B)334.47º23.98%76.86%-
XYZ40.6736.142.36-
YUV165.33130.07149.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=38.13%
G=28.99%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614916900.240.140.23334.4728.4867.65
HexC495A9018E1714e1c44
Octal304225251030162751634104
Binary110001001001010110101001011000111010111101001110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495A9; }

 p { color: rgb(196,149,169); }

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

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

 a { background-color: rgb(196,149,169); }

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

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

 span { border-color: rgb(196,149,169); }

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