#C498AF

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

Shades of Lily #C498AF

Tints of Lily #C498AF

Color information

#C498AF (or 0xC498AF) is unknown color: approx Lily. HEX triplet: C4, 98 and AF. RGB value is (196,152,175). Sum of RGB (Red+Green+Blue) = 196+152+175=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AF is #3B6750. Grayscale: #A7A7A7. Windows color (decimal): -3893073 or 11507908. OLE color: 11507908.

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

Color convert

RGB196152175-
CMYK00.220.110.23
HSL328.64º27.16%68.24%-
HSV(B)328.64º22.45%76.86%-
XYZ41.7337.2945.56-
YUV167.78132.08148.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=37.48%
G=29.06%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615217500.220.110.23328.6427.1668.24
HexC498AF016B171491b44
Octal304230257026132751133104
Binary110001001001100010101111010110101110111101001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498AF; }

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

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

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

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

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

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

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

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