#C690A2

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

Shades of Viola #C690A2

Tints of Viola #C690A2

Color information

#C690A2 (or 0xC690A2) is unknown color: approx Viola. HEX triplet: C6, 90 and A2. RGB value is (198,144,162). Sum of RGB (Red+Green+Blue) = 198+144+162=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C690A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690A2 is #396F5D. Grayscale: #A2A2A2. Windows color (decimal): -3764062 or 10653894. OLE color: 10653894.

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

Color convert

RGB198144162-
CMYK00.270.180.22
HSL340º32.14%67.06%-
HSV(B)340º27.27%77.65%-
XYZ39.7834.5638.76-
YUV162.2127.89153.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814416200.270.180.2234032.1467.06
HexC690A201B12161542043
Octal306220242033222652440103
Binary11000110100100001010001001101110010101101010101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690A2; }

 p { color: rgb(198,144,162); }

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

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

 a { background-color: rgb(198,144,162); }

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

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

 span { border-color: rgb(198,144,162); }

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