#C686A3

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

Shades of Viola #C686A3

Tints of Viola #C686A3

Color information

#C686A3 (or 0xC686A3) is unknown color: approx Viola. HEX triplet: C6, 86 and A3. RGB value is (198,134,163). Sum of RGB (Red+Green+Blue) = 198+134+163=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C686A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686A3 is #39795C. Grayscale: #9C9C9C. Windows color (decimal): -3766621 or 10716870. OLE color: 10716870.

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

Color convert

RGB198134163-
CMYK00.320.180.22
HSL332.81º35.96%65.1%-
HSV(B)332.81º32.32%77.65%-
XYZ38.4231.738.74-
YUV156.44131.7157.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=40%
G=27.07%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813416300.320.180.22332.8135.9665.1
HexC686A3020121614d2441
Octal306206243040222651544101
Binary110001101000011010100011010000010010101101010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686A3; }

 p { color: rgb(198,134,163); }

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

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

 a { background-color: rgb(198,134,163); }

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

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

 span { border-color: rgb(198,134,163); }

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