#C091A1

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

Shades of Viola #C091A1

Tints of Viola #C091A1

Color information

#C091A1 (or 0xC091A1) is unknown color: approx Viola. HEX triplet: C0, 91 and A1. RGB value is (192,145,161). Sum of RGB (Red+Green+Blue) = 192+145+161=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C091A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091A1 is #3F6E5E. Grayscale: #A0A0A0. Windows color (decimal): -4157023 or 10588608. OLE color: 10588608.

HSL color Cylindrical-coordinate representation of color #C091A1: hue angle of 339.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C091A1 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192145161-
CMYK00.240.160.25
HSL339.57º27.17%66.08%-
HSV(B)339.57º24.48%75.29%-
XYZ38.334.0338.27-
YUV160.88128.07150.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=38.55%
G=29.12%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214516100.240.160.25339.5727.1766.08
HexC091A101810191541b42
Octal300221241030203152433102
Binary1100000010010001101000010110001000011001101010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091A1; }

 p { color: rgb(192,145,161); }

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

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

 a { background-color: rgb(192,145,161); }

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

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

 span { border-color: rgb(192,145,161); }

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