#C294A0

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

Shades of Viola #C294A0

Tints of Viola #C294A0

Color information

#C294A0 (or 0xC294A0) is unknown color: approx Viola. HEX triplet: C2, 94 and A0. RGB value is (194,148,160). Sum of RGB (Red+Green+Blue) = 194+148+160=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C294A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294A0 is #3D6B5F. Grayscale: #A3A3A3. Windows color (decimal): -4025184 or 10523842. OLE color: 10523842.

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

Color convert

RGB194148160-
CMYK00.240.180.24
HSL344.35º27.38%67.06%-
HSV(B)344.35º23.71%76.08%-
XYZ39.1835.1937.98-
YUV163.12126.24150.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=38.65%
G=29.48%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414816000.240.180.24344.3527.3867.06
HexC294A001812181581b43
Octal302224240030223053033103
Binary1100001010010100101000000110001001011000101011000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294A0; }

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

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

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

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

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

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

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

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