#C38CA9

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

Shades of Lily #C38CA9

Tints of Lily #C38CA9

Color information

#C38CA9 (or 0xC38CA9) is unknown color: approx Lily. HEX triplet: C3, 8C and A9. RGB value is (195,140,169). Sum of RGB (Red+Green+Blue) = 195+140+169=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA9 is #3C7356. Grayscale: #9F9F9F. Windows color (decimal): -3961687 or 11111619. OLE color: 11111619.

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

Color convert

RGB195140169-
CMYK00.280.130.24
HSL328.36º31.43%65.69%-
HSV(B)328.36º28.21%76.47%-
XYZ39.0533.2241.89-
YUV159.75133.22153.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=38.69%
G=27.78%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514016900.280.130.24328.3631.4365.69
HexC38CA901CD181481f42
Octal303214251034153051037102
Binary110000111000110010101001011100110111000101001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CA9; }

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

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

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

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

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

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

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

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