#C498BB

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

Shades of Lily #C498BB

Tints of Lily #C498BB

Color information

#C498BB (or 0xC498BB) is unknown color: approx Lily. HEX triplet: C4, 98 and BB. RGB value is (196,152,187). Sum of RGB (Red+Green+Blue) = 196+152+187=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C498BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498BB is #3B6744. Grayscale: #A9A9A9. Windows color (decimal): -3893061 or 12294340. OLE color: 12294340.

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

Color convert

RGB196152187-
CMYK00.220.050.23
HSL312.27º27.16%68.24%-
HSV(B)312.27º22.45%76.86%-
XYZ42.9637.7852.04-
YUV169.15138.08147.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=36.64%
G=28.41%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615218700.220.050.23312.2727.1668.24
HexC498BB0165171381b44
Octal30423027302652747033104
Binary11000100100110001011101101011010110111100111000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498BB; }

 p { color: rgb(196,152,187); }

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

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

 a { background-color: rgb(196,152,187); }

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

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

 span { border-color: rgb(196,152,187); }

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