#C090BE

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

Shades of Lilac #C090BE

Tints of Lilac #C090BE

Color information

#C090BE (or 0xC090BE) is unknown color: approx Lilac. HEX triplet: C0, 90 and BE. RGB value is (192,144,190). Sum of RGB (Red+Green+Blue) = 192+144+190=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C090BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090BE is #3F6F41. Grayscale: #A3A3A3. Windows color (decimal): -4157250 or 12488896. OLE color: 12488896.

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

Color convert

RGB192144190-
CMYK00.250.010.25
HSL302.5º27.59%65.88%-
HSV(B)302.5º25%75.29%-
XYZ41.0134.8753.28-
YUV163.6142.9148.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=36.50%
G=27.38%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214419000.250.010.25302.527.5965.88
HexC090BE01911912e1c42
Octal30022027603113145634102
Binary110000001001000010111110011001111001100101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090BE; }

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

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

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

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

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

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

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

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