#C696A9

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

Shades of Viola #C696A9

Tints of Viola #C696A9

Color information

#C696A9 (or 0xC696A9) is unknown color: approx Viola. HEX triplet: C6, 96 and A9. RGB value is (198,150,169). Sum of RGB (Red+Green+Blue) = 198+150+169=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C696A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696A9 is #396956. Grayscale: #A6A6A6. Windows color (decimal): -3762519 or 11114182. OLE color: 11114182.

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

Color convert

RGB198150169-
CMYK00.240.150.22
HSL336.25º29.63%68.24%-
HSV(B)336.25º24.24%77.65%-
XYZ41.3636.6842.44-
YUV166.52129.4150.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=38.30%
G=29.01%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815016900.240.150.22336.2529.6368.24
HexC696A9018F161501e44
Octal306226251030172652036104
Binary110001101001011010101001011000111110110101010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696A9; }

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

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

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

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

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

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

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

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