#C6919E

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

Shades of Viola #C6919E

Tints of Viola #C6919E

Color information

#C6919E (or 0xC6919E) is unknown color: approx Viola. HEX triplet: C6, 91 and 9E. RGB value is (198,145,158). Sum of RGB (Red+Green+Blue) = 198+145+158=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6919E is #396E61. Grayscale: #A2A2A2. Windows color (decimal): -3763810 or 10392006. OLE color: 10392006.

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

Color convert

RGB198145158-
CMYK00.270.200.22
HSL345.28º31.74%67.25%-
HSV(B)345.28º26.77%77.65%-
XYZ39.5934.7336.96-
YUV162.33125.56153.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=39.52%
G=28.94%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814515800.270.200.22345.2831.7467.25
HexC6919E01B14161592043
Octal306221236033242653140103
Binary11000110100100011001111001101110100101101010110011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6919E; }

 p { color: rgb(198,145,158); }

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

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

 a { background-color: rgb(198,145,158); }

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

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

 span { border-color: rgb(198,145,158); }

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