#C48F9F

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

Shades of Viola #C48F9F

Tints of Viola #C48F9F

Color information

#C48F9F (or 0xC48F9F) is unknown color: approx Viola. HEX triplet: C4, 8F and 9F. RGB value is (196,143,159). Sum of RGB (Red+Green+Blue) = 196+143+159=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F9F is #3B7060. Grayscale: #A0A0A0. Windows color (decimal): -3895393 or 10457028. OLE color: 10457028.

HSL color Cylindrical-coordinate representation of color #C48F9F: hue angle of 341.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48F9F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196143159-
CMYK00.270.190.23
HSL341.89º30.99%66.47%-
HSV(B)341.89º27.04%76.86%-
XYZ38.8533.8837.29-
YUV160.67127.06153.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=39.36%
G=28.71%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614315900.270.190.23341.8930.9966.47
HexC48F9F01B13171561f42
Octal304217237033232752637102
Binary1100010010001111100111110110111001110111101010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F9F; }

 p { color: rgb(196,143,159); }

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

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

 a { background-color: rgb(196,143,159); }

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

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

 span { border-color: rgb(196,143,159); }

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