#C092A0

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

Shades of Viola #C092A0

Tints of Viola #C092A0

Color information

#C092A0 (or 0xC092A0) is unknown color: approx Viola. HEX triplet: C0, 92 and A0. RGB value is (192,146,160). Sum of RGB (Red+Green+Blue) = 192+146+160=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C092A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092A0 is #3F6D5F. Grayscale: #A1A1A1. Windows color (decimal): -4156768 or 10523328. OLE color: 10523328.

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

Color convert

RGB192146160-
CMYK00.240.170.25
HSL341.74º26.74%66.27%-
HSV(B)341.74º23.96%75.29%-
XYZ38.3634.337.86-
YUV161.35127.24149.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 160 (62.89% from 255) = 32.13%
R=38.55%
G=29.32%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214616000.240.170.25341.7426.7466.27
HexC092A001811191561b42
Octal300222240030213152633102
Binary1100000010010010101000000110001000111001101010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092A0; }

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

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

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

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

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

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

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

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