#C094A6

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

Shades of Viola #C094A6

Tints of Viola #C094A6

Color information

#C094A6 (or 0xC094A6) is unknown color: approx Viola. HEX triplet: C0, 94 and A6. RGB value is (192,148,166). Sum of RGB (Red+Green+Blue) = 192+148+166=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C094A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094A6 is #3F6B59. Grayscale: #A3A3A3. Windows color (decimal): -4156250 or 10917056. OLE color: 10917056.

HSL color Cylindrical-coordinate representation of color #C094A6: hue angle of 335.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094A6 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192148166-
CMYK00.230.140.25
HSL335.45º25.88%66.67%-
HSV(B)335.45º22.92%75.29%-
XYZ39.2135.1440.79-
YUV163.21129.58148.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=37.94%
G=29.25%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214816600.230.140.25335.4525.8866.67
HexC094A6017E1914f1a43
Octal300224246027163151732103
Binary110000001001010010100110010111111011001101001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094A6; }

 p { color: rgb(192,148,166); }

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

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

 a { background-color: rgb(192,148,166); }

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

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

 span { border-color: rgb(192,148,166); }

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