#C2949C

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

Shades of Viola #C2949C

Tints of Viola #C2949C

Color information

#C2949C (or 0xC2949C) is unknown color: approx Viola. HEX triplet: C2, 94 and 9C. RGB value is (194,148,156). Sum of RGB (Red+Green+Blue) = 194+148+156=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2949C is #3D6B63. Grayscale: #A2A2A2. Windows color (decimal): -4025188 or 10261698. OLE color: 10261698.

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

Color convert

RGB194148156-
CMYK00.240.200.24
HSL349.57º27.38%67.06%-
HSV(B)349.57º23.71%76.08%-
XYZ38.8435.0536.17-
YUV162.67124.24150.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=38.96%
G=29.72%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414815600.240.200.24349.5727.3867.06
HexC2949C018141815e1b43
Octal302224234030243053633103
Binary1100001010010100100111000110001010011000101011110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2949C; }

 p { color: rgb(194,148,156); }

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

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

 a { background-color: rgb(194,148,156); }

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

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

 span { border-color: rgb(194,148,156); }

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