#C8A1AE

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

Shades of Lily #C8A1AE

Tints of Lily #C8A1AE

Color information

#C8A1AE (or 0xC8A1AE) is unknown color: approx Lily. HEX triplet: C8, A1 and AE. RGB value is (200,161,174). Sum of RGB (Red+Green+Blue) = 200+161+174=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A1AE is #375E51. Grayscale: #AEAEAE. Windows color (decimal): -3628626 or 11444680. OLE color: 11444680.

HSL color Cylindrical-coordinate representation of color #C8A1AE: hue angle of 340º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A1AE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200161174-
CMYK00.190.130.22
HSL340º26.17%70.78%-
HSV(B)340º19.5%78.43%-
XYZ44.240.8345.59-
YUV174.14127.92146.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=37.38%
G=30.09%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016117400.190.130.2234026.1770.78
HexC8A1AE013D161541a47
Octal310241256023152652432107
Binary110010001010000110101110010011110110110101010100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A1AE; }

 p { color: rgb(200,161,174); }

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

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

 a { background-color: rgb(200,161,174); }

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

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

 span { border-color: rgb(200,161,174); }

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