#C8A5BB

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

Shades of Lily #C8A5BB

Tints of Lily #C8A5BB

Color information

#C8A5BB (or 0xC8A5BB) is unknown color: approx Lily. HEX triplet: C8, A5 and BB. RGB value is (200,165,187). Sum of RGB (Red+Green+Blue) = 200+165+187=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5BB is #375A44. Grayscale: #B1B1B1. Windows color (decimal): -3627589 or 12297672. OLE color: 12297672.

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

Color convert

RGB200165187-
CMYK00.180.060.22
HSL322.29º24.14%71.57%-
HSV(B)322.29º17.5%78.43%-
XYZ46.2442.7852.83-
YUV177.97133.1143.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=36.23%
G=29.89%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016518700.180.060.22322.2924.1471.57
HexC8A5BB0126161421848
Octal31024527302262650230110
Binary11001000101001011011101101001011010110101000010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5BB; }

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

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

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

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

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

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

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

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