#C38FAE

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

Shades of Lily #C38FAE

Tints of Lily #C38FAE

Color information

#C38FAE (or 0xC38FAE) is unknown color: approx Lily. HEX triplet: C3, 8F and AE. RGB value is (195,143,174). Sum of RGB (Red+Green+Blue) = 195+143+174=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FAE is #3C7051. Grayscale: #A2A2A2. Windows color (decimal): -3960914 or 11440067. OLE color: 11440067.

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

Color convert

RGB195143174-
CMYK00.270.110.24
HSL324.23º30.23%66.27%-
HSV(B)324.23º26.67%76.47%-
XYZ39.9734.344.56-
YUV162.08134.73151.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=38.09%
G=27.93%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514317400.270.110.24324.2330.2366.27
HexC38FAE01BB181441e42
Octal303217256033133050436102
Binary110000111000111110101110011011101111000101000100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FAE; }

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

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

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

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

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

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

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

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