#C693A1

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

Shades of Viola #C693A1

Tints of Viola #C693A1

Color information

#C693A1 (or 0xC693A1) is unknown color: approx Viola. HEX triplet: C6, 93 and A1. RGB value is (198,147,161). Sum of RGB (Red+Green+Blue) = 198+147+161=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C693A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693A1 is #396C5E. Grayscale: #A3A3A3. Windows color (decimal): -3763295 or 10589126. OLE color: 10589126.

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

Color convert

RGB198147161-
CMYK00.260.190.22
HSL343.53º30.91%67.65%-
HSV(B)343.53º25.76%77.65%-
XYZ40.1635.4538.44-
YUV163.84126.4152.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=39.13%
G=29.05%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814716100.260.190.22343.5330.9167.65
HexC693A101A13161581f44
Octal306223241032232653037104
Binary1100011010010011101000010110101001110110101011000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693A1; }

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

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

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

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

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

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

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

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