#C092BE

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

Shades of Lilac #C092BE

Tints of Lilac #C092BE

Color information

#C092BE (or 0xC092BE) is unknown color: approx Lilac. HEX triplet: C0, 92 and BE. RGB value is (192,146,190). Sum of RGB (Red+Green+Blue) = 192+146+190=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BE is #3F6D41. Grayscale: #A4A4A4. Windows color (decimal): -4156738 or 12489408. OLE color: 12489408.

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

Color convert

RGB192146190-
CMYK00.240.010.25
HSL302.61º26.74%66.27%-
HSV(B)302.61º23.96%75.29%-
XYZ41.3135.4853.39-
YUV164.77142.24147.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=36.36%
G=27.65%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214619000.240.010.25302.6126.7466.27
HexC092BE01811912f1b42
Octal30022227603013145733102
Binary110000001001001010111110011000111001100101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092BE; }

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

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

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

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

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

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

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

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