#C8A5B7

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

Shades of Lily #C8A5B7

Tints of Lily #C8A5B7

Color information

#C8A5B7 (or 0xC8A5B7) is unknown color: approx Lily. HEX triplet: C8, A5 and B7. RGB value is (200,165,183). Sum of RGB (Red+Green+Blue) = 200+165+183=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5B7 is #375A48. Grayscale: #B1B1B1. Windows color (decimal): -3627593 or 12035528. OLE color: 12035528.

HSL color Cylindrical-coordinate representation of color #C8A5B7: hue angle of 329.14º degrees, saturation: 0.24, 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 #C8A5B7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200165183-
CMYK00.180.080.22
HSL329.14º24.14%71.57%-
HSV(B)329.14º17.5%78.43%-
XYZ45.8242.6150.61-
YUV177.52131.1144.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=36.50%
G=30.11%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016518300.180.080.22329.1424.1471.57
HexC8A5B70128161491848
Octal310245267022102651130110
Binary110010001010010110110111010010100010110101001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5B7; }

 p { color: rgb(200,165,183); }

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

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

 a { background-color: rgb(200,165,183); }

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

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

 span { border-color: rgb(200,165,183); }

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