#C38AAE

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

Shades of Lily #C38AAE

Tints of Lily #C38AAE

Color information

#C38AAE (or 0xC38AAE) is unknown color: approx Lily. HEX triplet: C3, 8A and AE. RGB value is (195,138,174). Sum of RGB (Red+Green+Blue) = 195+138+174=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAE is #3C7551. Grayscale: #9F9F9F. Windows color (decimal): -3962194 or 11438787. OLE color: 11438787.

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

Color convert

RGB195138174-
CMYK00.290.110.24
HSL322.11º32.2%65.29%-
HSV(B)322.11º29.23%76.47%-
XYZ39.2332.8444.31-
YUV159.15136.38153.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=38.46%
G=27.22%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513817400.290.110.24322.1132.265.29
HexC38AAE01DB181422041
Octal303212256035133050240101
Binary1100001110001010101011100111011011110001010000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AAE; }

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

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

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

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

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

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

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

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