#C49097

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

Shades of Viola #C49097

Tints of Viola #C49097

Color information

#C49097 (or 0xC49097) is unknown color: approx Viola. HEX triplet: C4, 90 and 97. RGB value is (196,144,151). Sum of RGB (Red+Green+Blue) = 196+144+151=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49097 is #3B6F68. Grayscale: #A0A0A0. Windows color (decimal): -3895145 or 9932996. OLE color: 9932996.

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

Color convert

RGB196144151-
CMYK00.270.230.23
HSL351.92º30.59%66.67%-
HSV(B)351.92º26.53%76.86%-
XYZ38.3233.9233.8-
YUV160.35122.73153.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=39.92%
G=29.33%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614415100.270.230.23351.9230.5966.67
HexC4909701B17171601f43
Octal304220227033272754037103
Binary1100010010010000100101110110111011110111101100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49097; }

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

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

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

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

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

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

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

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