#C498A9

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

Shades of Viola #C498A9

Tints of Viola #C498A9

Color information

#C498A9 (or 0xC498A9) is unknown color: approx Viola. HEX triplet: C4, 98 and A9. RGB value is (196,152,169). Sum of RGB (Red+Green+Blue) = 196+152+169=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C498A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498A9 is #3B6756. Grayscale: #A7A7A7. Windows color (decimal): -3893079 or 11114692. OLE color: 11114692.

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

Color convert

RGB196152169-
CMYK00.220.140.23
HSL336.82º27.16%68.24%-
HSV(B)336.82º22.45%76.86%-
XYZ41.1537.0642.52-
YUV167.09129.08148.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=37.91%
G=29.40%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615216900.220.140.23336.8227.1668.24
HexC498A9016E171511b44
Octal304230251026162752133104
Binary110001001001100010101001010110111010111101010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498A9; }

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

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

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

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

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

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

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

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