#C092A1

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

Shades of Viola #C092A1

Tints of Viola #C092A1

Color information

#C092A1 (or 0xC092A1) is unknown color: approx Viola. HEX triplet: C0, 92 and A1. RGB value is (192,146,161). Sum of RGB (Red+Green+Blue) = 192+146+161=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C092A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092A1 is #3F6D5E. Grayscale: #A1A1A1. Windows color (decimal): -4156767 or 10588864. OLE color: 10588864.

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

Color convert

RGB192146161-
CMYK00.240.160.25
HSL340.43º26.74%66.27%-
HSV(B)340.43º23.96%75.29%-
XYZ38.4534.3438.32-
YUV161.46127.74149.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=38.48%
G=29.26%
B=32.26%

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
Decimal19214616100.240.160.25340.4326.7466.27
HexC092A101810191541b42
Octal300222241030203152433102
Binary1100000010010010101000010110001000011001101010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092A1; }

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

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

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

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

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

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

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

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