#C893AF

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

Shades of Lily #C893AF

Tints of Lily #C893AF

Color information

#C893AF (or 0xC893AF) is unknown color: approx Lily. HEX triplet: C8, 93 and AF. RGB value is (200,147,175). Sum of RGB (Red+Green+Blue) = 200+147+175=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C893AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C893AF is #376C50. Grayscale: #A5A5A5. Windows color (decimal): -3632209 or 11506632. OLE color: 11506632.

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

Color convert

RGB200147175-
CMYK00.260.120.22
HSL328.3º32.52%68.04%-
HSV(B)328.3º26.5%78.43%-
XYZ41.9936.2445.34-
YUV166.04133.06152.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=38.31%
G=28.16%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014717500.260.120.22328.332.5268.04
HexC893AF01AC161482144
Octal310223257032142651041104
Binary1100100010010011101011110110101100101101010010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893AF; }

 p { color: rgb(200,147,175); }

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

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

 a { background-color: rgb(200,147,175); }

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

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

 span { border-color: rgb(200,147,175); }

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