#C092C1

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

Shades of Lilac #C092C1

Tints of Lilac #C092C1

Color information

#C092C1 (or 0xC092C1) is unknown color: approx Lilac. HEX triplet: C0, 92 and C1. RGB value is (192,146,193). Sum of RGB (Red+Green+Blue) = 192+146+193=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #C092C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C1 is #3F6D3E. Grayscale: #A4A4A4. Windows color (decimal): -4156735 or 12686016. OLE color: 12686016.

HSL color Cylindrical-coordinate representation of color #C092C1: hue angle of 298.72º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092C1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192146193-
CMYK0.010.2400.24
HSL298.72º27.49%66.47%-
HSV(B)298.72º24.35%75.69%-
XYZ41.6435.6155.13-
YUV165.11143.74147.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=36.16%
G=27.50%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921461930.010.2400.24298.7227.4966.47
HexC092C111801812b1b42
Octal30022230113003045333102
Binary110000001001001011000001111000011000100101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092C1; }

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

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

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

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

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

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

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

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