#C8A7B9

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

Shades of Lily #C8A7B9

Tints of Lily #C8A7B9

Color information

#C8A7B9 (or 0xC8A7B9) is unknown color: approx Lily. HEX triplet: C8, A7 and B9. RGB value is (200,167,185). Sum of RGB (Red+Green+Blue) = 200+167+185=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7B9 is #375846. Grayscale: #B2B2B2. Windows color (decimal): -3627079 or 12167112. OLE color: 12167112.

HSL color Cylindrical-coordinate representation of color #C8A7B9: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7B9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200167185-
CMYK00.160.080.22
HSL327.27º23.08%71.96%-
HSV(B)327.27º16.5%78.43%-
XYZ46.443.4251.83-
YUV178.92131.43143.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=36.23%
G=30.25%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016718500.160.080.22327.2723.0871.96
HexC8A7B90108161471748
Octal310247271020102650727110
Binary110010001010011110111001010000100010110101000111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7B9; }

 p { color: rgb(200,167,185); }

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

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

 a { background-color: rgb(200,167,185); }

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

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

 span { border-color: rgb(200,167,185); }

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