#C490A4

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

Shades of Viola #C490A4

Tints of Viola #C490A4

Color information

#C490A4 (or 0xC490A4) is unknown color: approx Viola. HEX triplet: C4, 90 and A4. RGB value is (196,144,164). Sum of RGB (Red+Green+Blue) = 196+144+164=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C490A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490A4 is #3B6F5B. Grayscale: #A1A1A1. Windows color (decimal): -3895132 or 10784964. OLE color: 10784964.

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

Color convert

RGB196144164-
CMYK00.270.160.23
HSL336.92º30.59%66.67%-
HSV(B)336.92º26.53%76.86%-
XYZ39.4434.3639.68-
YUV161.83129.23152.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=38.89%
G=28.57%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614416400.270.160.23336.9230.5966.67
HexC490A401B10171511f43
Octal304220244033202752137103
Binary1100010010010000101001000110111000010111101010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490A4; }

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

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

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

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

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

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

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

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