#C693A2

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

Shades of Viola #C693A2

Tints of Viola #C693A2

Color information

#C693A2 (or 0xC693A2) is unknown color: approx Viola. HEX triplet: C6, 93 and A2. RGB value is (198,147,162). Sum of RGB (Red+Green+Blue) = 198+147+162=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C693A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693A2 is #396C5D. Grayscale: #A3A3A3. Windows color (decimal): -3763294 or 10654662. OLE color: 10654662.

HSL color Cylindrical-coordinate representation of color #C693A2: hue angle of 342.35º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693A2 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB198147162-
CMYK00.260.180.22
HSL342.35º30.91%67.65%-
HSV(B)342.35º25.76%77.65%-
XYZ40.2435.4838.91-
YUV163.96126.9152.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=39.05%
G=28.99%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814716200.260.180.22342.3530.9167.65
HexC693A201A12161561f44
Octal306223242032222652637104
Binary1100011010010011101000100110101001010110101010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693A2; }

 p { color: rgb(198,147,162); }

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

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

 a { background-color: rgb(198,147,162); }

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

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

 span { border-color: rgb(198,147,162); }

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