#C094BC

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

Shades of Lilac #C094BC

Tints of Lilac #C094BC

Color information

#C094BC (or 0xC094BC) is unknown color: approx Lilac. HEX triplet: C0, 94 and BC. RGB value is (192,148,188). Sum of RGB (Red+Green+Blue) = 192+148+188=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C094BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094BC is #3F6B43. Grayscale: #A5A5A5. Windows color (decimal): -4156228 or 12358848. OLE color: 12358848.

HSL color Cylindrical-coordinate representation of color #C094BC: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094BC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192148188-
CMYK00.230.020.25
HSL305.45º25.88%66.67%-
HSV(B)305.45º22.92%75.29%-
XYZ41.4136.0252.35-
YUV165.72140.58146.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=36.36%
G=28.03%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214818800.230.020.25305.4525.8866.67
HexC094BC0172191311a43
Octal30022427402723146132103
Binary1100000010010100101111000101111011001100110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094BC; }

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

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

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

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

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

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

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

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