#C2959E

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

Shades of Viola #C2959E

Tints of Viola #C2959E

Color information

#C2959E (or 0xC2959E) is unknown color: approx Viola. HEX triplet: C2, 95 and 9E. RGB value is (194,149,158). Sum of RGB (Red+Green+Blue) = 194+149+158=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959E is #3D6A61. Grayscale: #A3A3A3. Windows color (decimal): -4024930 or 10393026. OLE color: 10393026.

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

Color convert

RGB194149158-
CMYK00.230.190.24
HSL348º26.95%67.25%-
HSV(B)348º23.2%76.08%-
XYZ39.1735.4337.12-
YUV163.48124.91149.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=38.72%
G=29.74%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414915800.230.190.2434826.9567.25
HexC2959E017131815c1b43
Octal302225236027233053433103
Binary1100001010010101100111100101111001111000101011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2959E; }

 p { color: rgb(194,149,158); }

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

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

 a { background-color: rgb(194,149,158); }

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

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

 span { border-color: rgb(194,149,158); }

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