#C893B4

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

Shades of Lily #C893B4

Tints of Lily #C893B4

Color information

#C893B4 (or 0xC893B4) is unknown color: approx Lily. HEX triplet: C8, 93 and B4. RGB value is (200,147,180). Sum of RGB (Red+Green+Blue) = 200+147+180=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C893B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893B4 is #376C4B. Grayscale: #A6A6A6. Windows color (decimal): -3632204 or 11834312. OLE color: 11834312.

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

Color convert

RGB200147180-
CMYK00.260.10.22
HSL322.64º32.52%68.04%-
HSV(B)322.64º26.5%78.43%-
XYZ42.4936.4447.97-
YUV166.61135.56151.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=37.95%
G=27.89%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014718000.260.10.22322.6432.5268.04
HexC893B401AA161432144
Octal310223264032122650341104
Binary1100100010010011101101000110101010101101010000111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893B4; }

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

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

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

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

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

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

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

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