#C695A9

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

Shades of Viola #C695A9

Tints of Viola #C695A9

Color information

#C695A9 (or 0xC695A9) is unknown color: approx Viola. HEX triplet: C6, 95 and A9. RGB value is (198,149,169). Sum of RGB (Red+Green+Blue) = 198+149+169=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C695A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695A9 is #396A56. Grayscale: #A5A5A5. Windows color (decimal): -3762775 or 11113926. OLE color: 11113926.

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

Color convert

RGB198149169-
CMYK00.250.150.22
HSL335.51º30.06%68.04%-
HSV(B)335.51º24.75%77.65%-
XYZ41.236.3742.38-
YUV165.93129.73150.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=38.37%
G=28.88%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814916900.250.150.22335.5130.0668.04
HexC695A9019F161501e44
Octal306225251031172652036104
Binary110001101001010110101001011001111110110101010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695A9; }

 p { color: rgb(198,149,169); }

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

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

 a { background-color: rgb(198,149,169); }

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

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

 span { border-color: rgb(198,149,169); }

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