#C496BB

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

Shades of Lily #C496BB

Tints of Lily #C496BB

Color information

#C496BB (or 0xC496BB) is unknown color: approx Lily. HEX triplet: C4, 96 and BB. RGB value is (196,150,187). Sum of RGB (Red+Green+Blue) = 196+150+187=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C496BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496BB is #3B6944. Grayscale: #A7A7A7. Windows color (decimal): -3893573 or 12293828. OLE color: 12293828.

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

Color convert

RGB196150187-
CMYK00.230.050.23
HSL311.74º28.05%67.84%-
HSV(B)311.74º23.47%76.86%-
XYZ42.6437.1451.93-
YUV167.97138.74147.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=36.77%
G=28.14%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615018700.230.050.23311.7428.0567.84
HexC496BB0175171381c44
Octal30422627302752747034104
Binary11000100100101101011101101011110110111100111000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496BB; }

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

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

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

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

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

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

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

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