#C49199

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

Shades of Viola #C49199

Tints of Viola #C49199

Color information

#C49199 (or 0xC49199) is unknown color: approx Viola. HEX triplet: C4, 91 and 99. RGB value is (196,145,153). Sum of RGB (Red+Green+Blue) = 196+145+153=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49199 is #3B6E66. Grayscale: #A1A1A1. Windows color (decimal): -3894887 or 10064324. OLE color: 10064324.

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

Color convert

RGB196145153-
CMYK00.260.220.23
HSL350.59º30.18%66.86%-
HSV(B)350.59º26.02%76.86%-
XYZ38.6434.2934.72-
YUV161.16123.4152.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=39.68%
G=29.35%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614515300.260.220.23350.5930.1866.86
HexC4919901A161715f1e43
Octal304221231032262753736103
Binary1100010010010001100110010110101011010111101011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49199; }

 p { color: rgb(196,145,153); }

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

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

 a { background-color: rgb(196,145,153); }

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

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

 span { border-color: rgb(196,145,153); }

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