#C49BA8

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

Shades of Viola #C49BA8

Tints of Viola #C49BA8

Color information

#C49BA8 (or 0xC49BA8) is unknown color: approx Viola. HEX triplet: C4, 9B and A8. RGB value is (196,155,168). Sum of RGB (Red+Green+Blue) = 196+155+168=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BA8 is #3B6457. Grayscale: #A8A8A8. Windows color (decimal): -3892312 or 11049924. OLE color: 11049924.

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

Color convert

RGB196155168-
CMYK00.210.140.23
HSL340.98º25.79%68.82%-
HSV(B)340.98º20.92%76.86%-
XYZ41.5538.0142.19-
YUV168.74127.58147.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=37.76%
G=29.87%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615516800.210.140.23340.9825.7968.82
HexC49BA8015E171551a45
Octal304233250025162752532105
Binary110001001001101110101000010101111010111101010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BA8; }

 p { color: rgb(196,155,168); }

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

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

 a { background-color: rgb(196,155,168); }

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

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

 span { border-color: rgb(196,155,168); }

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