#C49CAB

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

Shades of Lily #C49CAB

Tints of Lily #C49CAB

Color information

#C49CAB (or 0xC49CAB) is unknown color: approx Lily. HEX triplet: C4, 9C and AB. RGB value is (196,156,171). Sum of RGB (Red+Green+Blue) = 196+156+171=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CAB is #3B6354. Grayscale: #A9A9A9. Windows color (decimal): -3892053 or 11246788. OLE color: 11246788.

HSL color Cylindrical-coordinate representation of color #C49CAB: hue angle of 337.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 #C49CAB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196156171-
CMYK00.200.130.23
HSL337.5º25.32%69.02%-
HSV(B)337.5º20.41%76.86%-
XYZ4238.4543.74-
YUV169.67128.75146.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=37.48%
G=29.83%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615617100.200.130.23337.525.3269.02
HexC49CAB014D171521945
Octal304234253024152752231105
Binary110001001001110010101011010100110110111101010010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CAB; }

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

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

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

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

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

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

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

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