#C9919C

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

Shades of Viola #C9919C

Tints of Viola #C9919C

Color information

#C9919C (or 0xC9919C) is unknown color: approx Viola. HEX triplet: C9, 91 and 9C. RGB value is (201,145,156). Sum of RGB (Red+Green+Blue) = 201+145+156=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919C is #366E63. Grayscale: #A3A3A3. Windows color (decimal): -3567204 or 10260937. OLE color: 10260937.

HSL color Cylindrical-coordinate representation of color #C9919C: hue angle of 348.21º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9919C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201145156-
CMYK00.280.220.21
HSL348.21º34.15%67.84%-
HSV(B)348.21º27.86%78.82%-
XYZ40.2135.0736.1-
YUV163124.05155.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=40.04%
G=28.88%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114515600.280.220.21348.2134.1567.84
HexC9919C01C161515c2244
Octal311221234034262553442104
Binary11001001100100011001110001110010110101011010111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9919C; }

 p { color: rgb(201,145,156); }

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

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

 a { background-color: rgb(201,145,156); }

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

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

 span { border-color: rgb(201,145,156); }

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