#C7949F

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

Shades of Viola #C7949F

Tints of Viola #C7949F

Color information

#C7949F (or 0xC7949F) is unknown color: approx Viola. HEX triplet: C7, 94 and 9F. RGB value is (199,148,159). Sum of RGB (Red+Green+Blue) = 199+148+159=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7949F is #386B60. Grayscale: #A4A4A4. Windows color (decimal): -3697505 or 10458311. OLE color: 10458311.

HSL color Cylindrical-coordinate representation of color #C7949F: hue angle of 347.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7949F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199148159-
CMYK00.260.200.22
HSL347.06º31.29%68.04%-
HSV(B)347.06º25.63%78.04%-
XYZ40.435.8337.59-
YUV164.5124.9152.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=39.33%
G=29.25%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914815900.260.200.22347.0631.2968.04
HexC7949F01A141615b1f44
Octal307224237032242653337104
Binary1100011110010100100111110110101010010110101011011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7949F; }

 p { color: rgb(199,148,159); }

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

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

 a { background-color: rgb(199,148,159); }

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

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

 span { border-color: rgb(199,148,159); }

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