#C298BE

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

Shades of Lilac #C298BE

Tints of Lilac #C298BE

Color information

#C298BE (or 0xC298BE) is unknown color: approx Lilac. HEX triplet: C2, 98 and BE. RGB value is (194,152,190). Sum of RGB (Red+Green+Blue) = 194+152+190=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C298BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298BE is #3D6741. Grayscale: #A8A8A8. Windows color (decimal): -4024130 or 12490946. OLE color: 12490946.

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

Color convert

RGB194152190-
CMYK00.220.020.24
HSL305.71º25.61%67.84%-
HSV(B)305.71º21.65%76.08%-
XYZ42.7737.6453.73-
YUV168.89139.91145.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=36.19%
G=28.36%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415219000.220.020.24305.7125.6167.84
HexC298BE0162181321a44
Octal30223027602623046232104
Binary1100001010011000101111100101101011000100110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298BE; }

 p { color: rgb(194,152,190); }

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

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

 a { background-color: rgb(194,152,190); }

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

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

 span { border-color: rgb(194,152,190); }

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