#C092BD

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

Shades of Lilac #C092BD

Tints of Lilac #C092BD

Color information

#C092BD (or 0xC092BD) is unknown color: approx Lilac. HEX triplet: C0, 92 and BD. RGB value is (192,146,189). Sum of RGB (Red+Green+Blue) = 192+146+189=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BD is #3F6D42. Grayscale: #A4A4A4. Windows color (decimal): -4156739 or 12423872. OLE color: 12423872.

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

Color convert

RGB192146189-
CMYK00.240.020.25
HSL303.91º26.74%66.27%-
HSV(B)303.91º23.96%75.29%-
XYZ41.235.4452.81-
YUV164.66141.74147.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=36.43%
G=27.70%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214618900.240.020.25303.9126.7466.27
HexC092BD0182191301b42
Octal30022227503023146033102
Binary1100000010010010101111010110001011001100110000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092BD; }

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

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

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

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

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

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

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

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