#C9A4BB

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

Shades of Lily #C9A4BB

Tints of Lily #C9A4BB

Color information

#C9A4BB (or 0xC9A4BB) is unknown color: approx Lily. HEX triplet: C9, A4 and BB. RGB value is (201,164,187). Sum of RGB (Red+Green+Blue) = 201+164+187=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4BB is #365B44. Grayscale: #B1B1B1. Windows color (decimal): -3562309 or 12297417. OLE color: 12297417.

HSL color Cylindrical-coordinate representation of color #C9A4BB: hue angle of 322.7º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A4BB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201164187-
CMYK00.180.070.21
HSL322.7º25.52%71.57%-
HSV(B)322.7º18.41%78.82%-
XYZ46.3342.5652.79-
YUV177.68133.26144.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=36.41%
G=29.71%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116418700.180.070.21322.725.5271.57
HexC9A4BB0127151431a48
Octal31124427302272550332110
Binary11001001101001001011101101001011110101101000011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4BB; }

 p { color: rgb(201,164,187); }

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

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

 a { background-color: rgb(201,164,187); }

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

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

 span { border-color: rgb(201,164,187); }

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