#C38AAB

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

Shades of Lily #C38AAB

Tints of Lily #C38AAB

Color information

#C38AAB (or 0xC38AAB) is unknown color: approx Lily. HEX triplet: C3, 8A and AB. RGB value is (195,138,171). Sum of RGB (Red+Green+Blue) = 195+138+171=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAB is #3C7554. Grayscale: #9E9E9E. Windows color (decimal): -3962197 or 11242179. OLE color: 11242179.

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

Color convert

RGB195138171-
CMYK00.290.120.24
HSL325.26º32.2%65.29%-
HSV(B)325.26º29.23%76.47%-
XYZ38.9432.7242.79-
YUV158.8134.88153.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=38.69%
G=27.38%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513817100.290.120.24325.2632.265.29
HexC38AAB01DC181452041
Octal303212253035143050540101
Binary1100001110001010101010110111011100110001010001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AAB; }

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

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

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

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

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

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

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

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