#C092A6

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

Shades of Viola #C092A6

Tints of Viola #C092A6

Color information

#C092A6 (or 0xC092A6) is unknown color: approx Viola. HEX triplet: C0, 92 and A6. RGB value is (192,146,166). Sum of RGB (Red+Green+Blue) = 192+146+166=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C092A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092A6 is #3F6D59. Grayscale: #A2A2A2. Windows color (decimal): -4156762 or 10916544. OLE color: 10916544.

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

Color convert

RGB192146166-
CMYK00.240.140.25
HSL333.91º26.74%66.27%-
HSV(B)333.91º23.96%75.29%-
XYZ38.934.5240.69-
YUV162.03130.24149.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=38.10%
G=28.97%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214616600.240.140.25333.9126.7466.27
HexC092A6018E1914e1b42
Octal300222246030163151633102
Binary110000001001001010100110011000111011001101001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092A6; }

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

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

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

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

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

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

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

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