#C091A2

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

Shades of Viola #C091A2

Tints of Viola #C091A2

Color information

#C091A2 (or 0xC091A2) is unknown color: approx Viola. HEX triplet: C0, 91 and A2. RGB value is (192,145,162). Sum of RGB (Red+Green+Blue) = 192+145+162=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C091A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091A2 is #3F6E5D. Grayscale: #A0A0A0. Windows color (decimal): -4157022 or 10654144. OLE color: 10654144.

HSL color Cylindrical-coordinate representation of color #C091A2: hue angle of 338.3º 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 #C091A2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192145162-
CMYK00.240.160.25
HSL338.3º27.17%66.08%-
HSV(B)338.3º24.48%75.29%-
XYZ38.3934.0738.73-
YUV160.99128.57150.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=38.48%
G=29.06%
B=32.46%

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
Decimal19214516200.240.160.25338.327.1766.08
HexC091A201810191521b42
Octal300221242030203152233102
Binary1100000010010001101000100110001000011001101010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091A2; }

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

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

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

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

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

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

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

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