#C49099

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

Shades of Viola #C49099

Tints of Viola #C49099

Color information

#C49099 (or 0xC49099) is unknown color: approx Viola. HEX triplet: C4, 90 and 99. RGB value is (196,144,153). Sum of RGB (Red+Green+Blue) = 196+144+153=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49099 is #3B6F66. Grayscale: #A0A0A0. Windows color (decimal): -3895143 or 10064068. OLE color: 10064068.

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

Color convert

RGB196144153-
CMYK00.270.220.23
HSL349.62º30.59%66.67%-
HSV(B)349.62º26.53%76.86%-
XYZ38.4933.9834.67-
YUV160.57123.73153.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=39.76%
G=29.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614415300.270.220.23349.6230.5966.67
HexC4909901B161715e1f43
Octal304220231033262753637103
Binary1100010010010000100110010110111011010111101011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49099; }

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

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

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

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

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

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

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

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