#C090A3

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

Shades of Viola #C090A3

Tints of Viola #C090A3

Color information

#C090A3 (or 0xC090A3) is unknown color: approx Viola. HEX triplet: C0, 90 and A3. RGB value is (192,144,163). Sum of RGB (Red+Green+Blue) = 192+144+163=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A3 is #3F6F5C. Grayscale: #A0A0A0. Windows color (decimal): -4157277 or 10719424. OLE color: 10719424.

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

Color convert

RGB192144163-
CMYK00.250.150.25
HSL336.25º27.59%65.88%-
HSV(B)336.25º25%75.29%-
XYZ38.3233.839.15-
YUV160.52129.4150.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=38.48%
G=28.86%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214416300.250.150.25336.2527.5965.88
HexC090A3019F191501c42
Octal300220243031173152034102
Binary110000001001000010100011011001111111001101010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090A3; }

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

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

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

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

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

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

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

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