#C2959D

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

Shades of Viola #C2959D

Tints of Viola #C2959D

Color information

#C2959D (or 0xC2959D) is unknown color: approx Viola. HEX triplet: C2, 95 and 9D. RGB value is (194,149,157). Sum of RGB (Red+Green+Blue) = 194+149+157=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959D is #3D6A62. Grayscale: #A3A3A3. Windows color (decimal): -4024931 or 10327490. OLE color: 10327490.

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

Color convert

RGB194149157-
CMYK00.230.190.24
HSL349.33º26.95%67.25%-
HSV(B)349.33º23.2%76.08%-
XYZ39.0835.436.67-
YUV163.37124.41149.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=38.8%
G=29.8%
B=31.4%

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
Decimal19414915700.230.190.24349.3326.9567.25
HexC2959D017131815d1b43
Octal302225235027233053533103
Binary1100001010010101100111010101111001111000101011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2959D; }

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

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

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

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

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

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

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

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