#C38DAA

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

Shades of Lily #C38DAA

Tints of Lily #C38DAA

Color information

#C38DAA (or 0xC38DAA) is unknown color: approx Lily. HEX triplet: C3, 8D and AA. RGB value is (195,141,170). Sum of RGB (Red+Green+Blue) = 195+141+170=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAA is #3C7255. Grayscale: #A0A0A0. Windows color (decimal): -3961430 or 11177411. OLE color: 11177411.

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

Color convert

RGB195141170-
CMYK00.280.130.24
HSL327.78º31.03%65.88%-
HSV(B)327.78º27.69%76.47%-
XYZ39.2933.5542.44-
YUV160.45133.39152.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=38.54%
G=27.87%
B=33.60%

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
Decimal19514117000.280.130.24327.7831.0365.88
HexC38DAA01CD181481f42
Octal303215252034153051037102
Binary110000111000110110101010011100110111000101001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DAA; }

 p { color: rgb(195,141,170); }

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

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

 a { background-color: rgb(195,141,170); }

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

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

 span { border-color: rgb(195,141,170); }

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