#C387AE

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

Shades of Lily #C387AE

Tints of Lily #C387AE

Color information

#C387AE (or 0xC387AE) is unknown color: approx Lily. HEX triplet: C3, 87 and AE. RGB value is (195,135,174). Sum of RGB (Red+Green+Blue) = 195+135+174=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C387AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387AE is #3C7851. Grayscale: #9D9D9D. Windows color (decimal): -3962962 or 11438019. OLE color: 11438019.

HSL color Cylindrical-coordinate representation of color #C387AE: hue angle of 321º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387AE is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195135174-
CMYK00.310.110.24
HSL321º33.33%64.71%-
HSV(B)321º30.77%76.47%-
XYZ38.8131.9944.17-
YUV157.39137.38154.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=38.69%
G=26.79%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513517400.310.110.2432133.3364.71
HexC387AE01FB181412141
Octal303207256037133050141101
Binary1100001110000111101011100111111011110001010000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387AE; }

 p { color: rgb(195,135,174); }

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

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

 a { background-color: rgb(195,135,174); }

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

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

 span { border-color: rgb(195,135,174); }

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