#C4949D

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

Shades of Viola #C4949D

Tints of Viola #C4949D

Color information

#C4949D (or 0xC4949D) is unknown color: approx Viola. HEX triplet: C4, 94 and 9D. RGB value is (196,148,157). Sum of RGB (Red+Green+Blue) = 196+148+157=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4949D is #3B6B62. Grayscale: #A3A3A3. Windows color (decimal): -3894115 or 10327236. OLE color: 10327236.

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

Color convert

RGB196148157-
CMYK00.240.200.23
HSL348.75º28.92%67.45%-
HSV(B)348.75º24.49%76.86%-
XYZ39.4435.3536.64-
YUV163.38124.4151.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=39.12%
G=29.54%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614815700.240.200.23348.7528.9267.45
HexC4949D018141715d1d43
Octal304224235030242753535103
Binary1100010010010100100111010110001010010111101011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4949D; }

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

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

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

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

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

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

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

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