#C693A7

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

Shades of Viola #C693A7

Tints of Viola #C693A7

Color information

#C693A7 (or 0xC693A7) is unknown color: approx Viola. HEX triplet: C6, 93 and A7. RGB value is (198,147,167). Sum of RGB (Red+Green+Blue) = 198+147+167=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C693A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693A7 is #396C58. Grayscale: #A4A4A4. Windows color (decimal): -3763289 or 10982342. OLE color: 10982342.

HSL color Cylindrical-coordinate representation of color #C693A7: hue angle of 336.47º 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 #C693A7 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198147167-
CMYK00.260.160.22
HSL336.47º30.91%67.65%-
HSV(B)336.47º25.76%77.65%-
XYZ40.735.6641.3-
YUV164.53129.4151.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=38.67%
G=28.71%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814716700.260.160.22336.4730.9167.65
HexC693A701A10161501f44
Octal306223247032202652037104
Binary1100011010010011101001110110101000010110101010000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693A7; }

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

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

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

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

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

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

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

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