#C38AB4

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

Shades of Lily #C38AB4

Tints of Lily #C38AB4

Color information

#C38AB4 (or 0xC38AB4) is unknown color: approx Lily. HEX triplet: C3, 8A and B4. RGB value is (195,138,180). Sum of RGB (Red+Green+Blue) = 195+138+180=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB4 is #3C754B. Grayscale: #9F9F9F. Windows color (decimal): -3962188 or 11832003. OLE color: 11832003.

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

Color convert

RGB195138180-
CMYK00.290.080.24
HSL315.79º32.2%65.29%-
HSV(B)315.79º29.23%76.47%-
XYZ39.8333.0747.46-
YUV159.83139.38153.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=38.01%
G=26.90%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513818000.290.080.24315.7932.265.29
HexC38AB401D81813c2041
Octal303212264035103047440101
Binary1100001110001010101101000111011000110001001111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AB4; }

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

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

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

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

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

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

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

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