#C9A7B6

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

Shades of Lily #C9A7B6

Tints of Lily #C9A7B6

Color information

#C9A7B6 (or 0xC9A7B6) is unknown color: approx Lily. HEX triplet: C9, A7 and B6. RGB value is (201,167,182). Sum of RGB (Red+Green+Blue) = 201+167+182=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A7B6 is #365849. Grayscale: #B2B2B2. Windows color (decimal): -3561546 or 11970505. OLE color: 11970505.

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

Color convert

RGB201167182-
CMYK00.170.090.21
HSL333.53º23.94%72.16%-
HSV(B)333.53º16.92%78.82%-
XYZ46.3543.4350.2-
YUV178.88129.76143.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=36.55%
G=30.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116718200.170.090.21333.5323.9472.16
HexC9A7B601191514e1848
Octal311247266021112551630110
Binary110010011010011110110110010001100110101101001110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7B6; }

 p { color: rgb(201,167,182); }

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

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

 a { background-color: rgb(201,167,182); }

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

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

 span { border-color: rgb(201,167,182); }

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