#C498B3

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

Shades of Lily #C498B3

Tints of Lily #C498B3

Color information

#C498B3 (or 0xC498B3) is unknown color: approx Lily. HEX triplet: C4, 98 and B3. RGB value is (196,152,179). Sum of RGB (Red+Green+Blue) = 196+152+179=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498B3 is #3B674C. Grayscale: #A8A8A8. Windows color (decimal): -3893069 or 11770052. OLE color: 11770052.

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

Color convert

RGB196152179-
CMYK00.220.090.23
HSL323.18º27.16%68.24%-
HSV(B)323.18º22.45%76.86%-
XYZ42.1337.4547.66-
YUV168.23134.08147.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=37.19%
G=28.84%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615217900.220.090.23323.1827.1668.24
HexC498B30169171431b44
Octal304230263026112750333104
Binary110001001001100010110011010110100110111101000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498B3; }

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

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

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

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

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

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

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

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