#C498B0

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

Shades of Lily #C498B0

Tints of Lily #C498B0

Color information

#C498B0 (or 0xC498B0) is unknown color: approx Lily. HEX triplet: C4, 98 and B0. RGB value is (196,152,176). Sum of RGB (Red+Green+Blue) = 196+152+176=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498B0 is #3B674F. Grayscale: #A7A7A7. Windows color (decimal): -3893072 or 11573444. OLE color: 11573444.

HSL color Cylindrical-coordinate representation of color #C498B0: hue angle of 327.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 #C498B0 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196152176-
CMYK00.220.100.23
HSL327.27º27.16%68.24%-
HSV(B)327.27º22.45%76.86%-
XYZ41.8337.3346.07-
YUV167.89132.58148.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=37.40%
G=29.01%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615217600.220.100.23327.2727.1668.24
HexC498B0016A171471b44
Octal304230260026122750733104
Binary110001001001100010110000010110101010111101000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498B0; }

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

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

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

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

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

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

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

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