#C490A8

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

Shades of Viola #C490A8

Tints of Viola #C490A8

Color information

#C490A8 (or 0xC490A8) is unknown color: approx Viola. HEX triplet: C4, 90 and A8. RGB value is (196,144,168). Sum of RGB (Red+Green+Blue) = 196+144+168=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C490A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490A8 is #3B6F57. Grayscale: #A2A2A2. Windows color (decimal): -3895128 or 11047108. OLE color: 11047108.

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

Color convert

RGB196144168-
CMYK00.270.140.23
HSL332.31º30.59%66.67%-
HSV(B)332.31º26.53%76.86%-
XYZ39.8134.5141.61-
YUV162.28131.23152.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=38.58%
G=28.35%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614416800.270.140.23332.3130.5966.67
HexC490A801BE1714c1f43
Octal304220250033162751437103
Binary110001001001000010101000011011111010111101001100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490A8; }

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

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

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

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

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

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

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

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