#C498B7

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

Shades of Lily #C498B7

Tints of Lily #C498B7

Color information

#C498B7 (or 0xC498B7) is unknown color: approx Lily. HEX triplet: C4, 98 and B7. RGB value is (196,152,183). Sum of RGB (Red+Green+Blue) = 196+152+183=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498B7 is #3B6748. Grayscale: #A8A8A8. Windows color (decimal): -3893065 or 12032196. OLE color: 12032196.

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

Color convert

RGB196152183-
CMYK00.220.070.23
HSL317.73º27.16%68.24%-
HSV(B)317.73º22.45%76.86%-
XYZ42.5437.6149.82-
YUV168.69136.08147.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=36.91%
G=28.63%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615218300.220.070.23317.7327.1668.24
HexC498B701671713e1b44
Octal30423026702672747633104
Binary11000100100110001011011101011011110111100111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498B7; }

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

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

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

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

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

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

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

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