#C38BA9

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

Shades of Lily #C38BA9

Tints of Lily #C38BA9

Color information

#C38BA9 (or 0xC38BA9) is unknown color: approx Lily. HEX triplet: C3, 8B and A9. RGB value is (195,139,169). Sum of RGB (Red+Green+Blue) = 195+139+169=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA9 is #3C7456. Grayscale: #9F9F9F. Windows color (decimal): -3961943 or 11111363. OLE color: 11111363.

HSL color Cylindrical-coordinate representation of color #C38BA9: hue angle of 327.86º 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 #C38BA9 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195139169-
CMYK00.290.130.24
HSL327.86º31.82%65.49%-
HSV(B)327.86º28.72%76.47%-
XYZ38.932.9341.84-
YUV159.16133.55153.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=38.77%
G=27.63%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513916900.290.130.24327.8631.8265.49
HexC38BA901DD181482041
Octal303213251035153051040101
Binary1100001110001011101010010111011101110001010010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BA9; }

 p { color: rgb(195,139,169); }

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

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

 a { background-color: rgb(195,139,169); }

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

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

 span { border-color: rgb(195,139,169); }

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