#C38CAD

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

Shades of Lily #C38CAD

Tints of Lily #C38CAD

Color information

#C38CAD (or 0xC38CAD) is unknown color: approx Lily. HEX triplet: C3, 8C and AD. RGB value is (195,140,173). Sum of RGB (Red+Green+Blue) = 195+140+173=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CAD is #3C7352. Grayscale: #A0A0A0. Windows color (decimal): -3961683 or 11373763. OLE color: 11373763.

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

Color convert

RGB195140173-
CMYK00.280.110.24
HSL324º31.43%65.69%-
HSV(B)324º28.21%76.47%-
XYZ39.4333.3843.9-
YUV160.21135.22152.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=38.39%
G=27.56%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514017300.280.110.2432431.4365.69
HexC38CAD01CB181441f42
Octal303214255034133050437102
Binary110000111000110010101101011100101111000101000100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CAD; }

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

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

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

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

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

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

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

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