#C69199

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

Shades of Viola #C69199

Tints of Viola #C69199

Color information

#C69199 (or 0xC69199) is unknown color: approx Viola. HEX triplet: C6, 91 and 99. RGB value is (198,145,153). Sum of RGB (Red+Green+Blue) = 198+145+153=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69199 is #396E66. Grayscale: #A1A1A1. Windows color (decimal): -3763815 or 10064326. OLE color: 10064326.

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

Color convert

RGB198145153-
CMYK00.270.230.22
HSL350.94º31.74%67.25%-
HSV(B)350.94º26.77%77.65%-
XYZ39.1634.5634.74-
YUV161.76123.06153.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=39.92%
G=29.23%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814515300.270.230.22350.9431.7467.25
HexC6919901B171615f2043
Octal306221231033272653740103
Binary11000110100100011001100101101110111101101010111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69199; }

 p { color: rgb(198,145,153); }

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

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

 a { background-color: rgb(198,145,153); }

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

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

 span { border-color: rgb(198,145,153); }

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