#C38BAC

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

Shades of Lily #C38BAC

Tints of Lily #C38BAC

Color information

#C38BAC (or 0xC38BAC) is unknown color: approx Lily. HEX triplet: C3, 8B and AC. RGB value is (195,139,172). Sum of RGB (Red+Green+Blue) = 195+139+172=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAC is #3C7453. Grayscale: #9F9F9F. Windows color (decimal): -3961940 or 11307971. OLE color: 11307971.

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

Color convert

RGB195139172-
CMYK00.290.120.24
HSL324.64º31.82%65.49%-
HSV(B)324.64º28.72%76.47%-
XYZ39.1833.0543.34-
YUV159.51135.05153.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=38.54%
G=27.47%
B=33.99%

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
Decimal19513917200.290.120.24324.6431.8265.49
HexC38BAC01DC181452041
Octal303213254035143050540101
Binary1100001110001011101011000111011100110001010001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BAC; }

 p { color: rgb(195,139,172); }

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

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

 a { background-color: rgb(195,139,172); }

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

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

 span { border-color: rgb(195,139,172); }

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