#C8949F

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

Shades of Viola #C8949F

Tints of Viola #C8949F

Color information

#C8949F (or 0xC8949F) is unknown color: approx Viola. HEX triplet: C8, 94 and 9F. RGB value is (200,148,159). Sum of RGB (Red+Green+Blue) = 200+148+159=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8949F is #376B60. Grayscale: #A4A4A4. Windows color (decimal): -3631969 or 10458312. OLE color: 10458312.

HSL color Cylindrical-coordinate representation of color #C8949F: hue angle of 347.31º degrees, saturation: 0.32, 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 #C8949F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200148159-
CMYK00.260.200.22
HSL347.31º32.1%68.24%-
HSV(B)347.31º26%78.43%-
XYZ40.6735.9637.6-
YUV164.8124.73153.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=39.45%
G=29.19%
B=31.36%

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
Decimal20014815900.260.200.22347.3132.168.24
HexC8949F01A141615b2044
Octal310224237032242653340104
Binary11001000100101001001111101101010100101101010110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8949F; }

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

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

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

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

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

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

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

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