#C8ABB7

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

Shades of Lily #C8ABB7

Tints of Lily #C8ABB7

Color information

#C8ABB7 (or 0xC8ABB7) is unknown color: approx Lily. HEX triplet: C8, AB and B7. RGB value is (200,171,183). Sum of RGB (Red+Green+Blue) = 200+171+183=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB7 is #375448. Grayscale: #B5B5B5. Windows color (decimal): -3626057 or 12037064. OLE color: 12037064.

HSL color Cylindrical-coordinate representation of color #C8ABB7: hue angle of 335.17º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABB7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200171183-
CMYK00.140.080.22
HSL335.17º20.86%72.75%-
HSV(B)335.17º14.5%78.43%-
XYZ46.9344.8250.98-
YUV181.04129.11141.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=36.10%
G=30.87%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017118300.140.080.22335.1720.8672.75
HexC8ABB70E81614f1549
Octal310253267016102651725111
Binary11001000101010111011011101110100010110101001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABB7; }

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

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

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

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

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

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

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

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