#C49DAA

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

Shades of Viola #C49DAA

Tints of Viola #C49DAA

Color information

#C49DAA (or 0xC49DAA) is unknown color: approx Viola. HEX triplet: C4, 9D and AA. RGB value is (196,157,170). Sum of RGB (Red+Green+Blue) = 196+157+170=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49DAA is #3B6255. Grayscale: #AAAAAA. Windows color (decimal): -3891798 or 11181508. OLE color: 11181508.

HSL color Cylindrical-coordinate representation of color #C49DAA: hue angle of 340º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49DAA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196157170-
CMYK00.200.130.23
HSL340º24.84%69.22%-
HSV(B)340º19.9%76.86%-
XYZ42.0838.7543.29-
YUV170.14127.92146.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=37.48%
G=30.02%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615717000.200.130.2334024.8469.22
HexC49DAA014D171541945
Octal304235252024152752431105
Binary110001001001110110101010010100110110111101010100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DAA; }

 p { color: rgb(196,157,170); }

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

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

 a { background-color: rgb(196,157,170); }

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

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

 span { border-color: rgb(196,157,170); }

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