#C092C7

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

Shades of Lilac #C092C7

Tints of Lilac #C092C7

Color information

#C092C7 (or 0xC092C7) is unknown color: approx Lilac. HEX triplet: C0, 92 and C7. RGB value is (192,146,199). Sum of RGB (Red+Green+Blue) = 192+146+199=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 199 - color contains mainly: blue. Hex color #C092C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C7 is #3F6D38. Grayscale: #A5A5A5. Windows color (decimal): -4156729 or 13079232. OLE color: 13079232.

HSL color Cylindrical-coordinate representation of color #C092C7: hue angle of 292.08º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C092C7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192146199-
CMYK0.040.2700.22
HSL292.08º32.12%67.65%-
HSV(B)292.08º26.63%78.04%-
XYZ42.3335.8958.73-
YUV165.8146.74146.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=35.75%
G=27.19%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921461990.040.2700.22292.0832.1267.65
HexC092C741B0161242044
Octal30022230743302644440104
Binary110000001001001011000111100110110101101001001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092C7; }

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

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

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

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

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

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

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

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