#C093BC

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

Shades of Lilac #C093BC

Tints of Lilac #C093BC

Color information

#C093BC (or 0xC093BC) is unknown color: approx Lilac. HEX triplet: C0, 93 and BC. RGB value is (192,147,188). Sum of RGB (Red+Green+Blue) = 192+147+188=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BC is #3F6C43. Grayscale: #A5A5A5. Windows color (decimal): -4156484 or 12358592. OLE color: 12358592.

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

Color convert

RGB192147188-
CMYK00.230.020.25
HSL305.33º26.32%66.47%-
HSV(B)305.33º23.44%75.29%-
XYZ41.2535.752.29-
YUV165.13140.91147.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=36.43%
G=27.89%
B=35.67%

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
Decimal19214718800.230.020.25305.3326.3266.47
HexC093BC0172191311a42
Octal30022327402723146132102
Binary1100000010010011101111000101111011001100110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093BC; }

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

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

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

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

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

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

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

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