#C894BE

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

Shades of Lilac #C894BE

Tints of Lilac #C894BE

Color information

#C894BE (or 0xC894BE) is unknown color: approx Lilac. HEX triplet: C8, 94 and BE. RGB value is (200,148,190). Sum of RGB (Red+Green+Blue) = 200+148+190=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C894BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894BE is #376B41. Grayscale: #A8A8A8. Windows color (decimal): -3631938 or 12489928. OLE color: 12489928.

HSL color Cylindrical-coordinate representation of color #C894BE: hue angle of 311.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C894BE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200148190-
CMYK00.260.050.22
HSL311.54º32.1%68.24%-
HSV(B)311.54º26%78.43%-
XYZ43.737.1853.59-
YUV168.34140.23150.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=37.17%
G=27.51%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014819000.260.050.22311.5432.168.24
HexC894BE01A5161382044
Octal31022427603252647040104
Binary110010001001010010111110011010101101101001110001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894BE; }

 p { color: rgb(200,148,190); }

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

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

 a { background-color: rgb(200,148,190); }

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

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

 span { border-color: rgb(200,148,190); }

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