#C49CB1

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

Shades of Lily #C49CB1

Tints of Lily #C49CB1

Color information

#C49CB1 (or 0xC49CB1) is unknown color: approx Lily. HEX triplet: C4, 9C and B1. RGB value is (196,156,177). Sum of RGB (Red+Green+Blue) = 196+156+177=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CB1 is #3B634E. Grayscale: #AAAAAA. Windows color (decimal): -3892047 or 11640004. OLE color: 11640004.

HSL color Cylindrical-coordinate representation of color #C49CB1: hue angle of 328.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CB1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196156177-
CMYK00.200.100.23
HSL328.5º25.32%69.02%-
HSV(B)328.5º20.41%76.86%-
XYZ42.5938.6946.82-
YUV170.35131.75146.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=37.05%
G=29.49%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615617700.200.100.23328.525.3269.02
HexC49CB1014A171481945
Octal304234261024122751031105
Binary110001001001110010110001010100101010111101001000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CB1; }

 p { color: rgb(196,156,177); }

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

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

 a { background-color: rgb(196,156,177); }

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

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

 span { border-color: rgb(196,156,177); }

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