#C48F98

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

Shades of Viola #C48F98

Tints of Viola #C48F98

Color information

#C48F98 (or 0xC48F98) is unknown color: approx Viola. HEX triplet: C4, 8F and 98. RGB value is (196,143,152). Sum of RGB (Red+Green+Blue) = 196+143+152=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F98 is #3B7067. Grayscale: #9F9F9F. Windows color (decimal): -3895400 or 9998276. OLE color: 9998276.

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

Color convert

RGB196143152-
CMYK00.270.220.23
HSL349.81º30.99%66.47%-
HSV(B)349.81º27.04%76.86%-
XYZ38.2533.6534.18-
YUV159.87123.56153.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=39.92%
G=29.12%
B=30.96%

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
Decimal19614315200.270.220.23349.8130.9966.47
HexC48F9801B161715e1f42
Octal304217230033262753637102
Binary1100010010001111100110000110111011010111101011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F98; }

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

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

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

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

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

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

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

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