#C294A6

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

Shades of Viola #C294A6

Tints of Viola #C294A6

Color information

#C294A6 (or 0xC294A6) is unknown color: approx Viola. HEX triplet: C2, 94 and A6. RGB value is (194,148,166). Sum of RGB (Red+Green+Blue) = 194+148+166=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C294A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294A6 is #3D6B59. Grayscale: #A3A3A3. Windows color (decimal): -4025178 or 10917058. OLE color: 10917058.

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

Color convert

RGB194148166-
CMYK00.240.140.24
HSL336.52º27.38%67.06%-
HSV(B)336.52º23.71%76.08%-
XYZ39.7235.440.82-
YUV163.81129.24149.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=38.19%
G=29.13%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414816600.240.140.24336.5227.3867.06
HexC294A6018E181511b43
Octal302224246030163052133103
Binary110000101001010010100110011000111011000101010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294A6; }

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

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

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

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

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

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

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

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