#C092BC

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

Shades of Lilac #C092BC

Tints of Lilac #C092BC

Color information

#C092BC (or 0xC092BC) is unknown color: approx Lilac. HEX triplet: C0, 92 and BC. RGB value is (192,146,188). Sum of RGB (Red+Green+Blue) = 192+146+188=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BC is #3F6D43. Grayscale: #A4A4A4. Windows color (decimal): -4156740 or 12358336. OLE color: 12358336.

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

Color convert

RGB192146188-
CMYK00.240.020.25
HSL305.22º26.74%66.27%-
HSV(B)305.22º23.96%75.29%-
XYZ41.0935.452.24-
YUV164.54141.24147.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=36.50%
G=27.76%
B=35.74%

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
Decimal19214618800.240.020.25305.2226.7466.27
HexC092BC0182191311b42
Octal30022227403023146133102
Binary1100000010010010101111000110001011001100110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092BC; }

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

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

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

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

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

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

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

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