#C090A2

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

Shades of Viola #C090A2

Tints of Viola #C090A2

Color information

#C090A2 (or 0xC090A2) is unknown color: approx Viola. HEX triplet: C0, 90 and A2. RGB value is (192,144,162). Sum of RGB (Red+Green+Blue) = 192+144+162=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A2 is #3F6F5D. Grayscale: #A0A0A0. Windows color (decimal): -4157278 or 10653888. OLE color: 10653888.

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

Color convert

RGB192144162-
CMYK00.250.160.25
HSL337.5º27.59%65.88%-
HSV(B)337.5º25%75.29%-
XYZ38.2333.7638.68-
YUV160.4128.9150.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=38.55%
G=28.92%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214416200.250.160.25337.527.5965.88
HexC090A201910191521c42
Octal300220242031203152234102
Binary1100000010010000101000100110011000011001101010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090A2; }

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

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

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

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

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

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

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

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