#C3ACB8

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

Shades of Lily #C3ACB8

Tints of Lily #C3ACB8

Color information

#C3ACB8 (or 0xC3ACB8) is unknown color: approx Lily. HEX triplet: C3, AC and B8. RGB value is (195,172,184). Sum of RGB (Red+Green+Blue) = 195+172+184=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB8 is #3C5347. Grayscale: #B4B4B4. Windows color (decimal): -3953480 or 12102851. OLE color: 12102851.

HSL color Cylindrical-coordinate representation of color #C3ACB8: hue angle of 328.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB8 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195172184-
CMYK00.120.060.24
HSL328.7º16.08%71.96%-
HSV(B)328.7º11.79%76.47%-
XYZ45.9144.5751.53-
YUV180.24130.12138.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=35.39%
G=31.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517218400.120.060.24328.716.0871.96
HexC3ACB80C6181491048
Octal30325427001463051120110
Binary1100001110101100101110000110011011000101001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACB8; }

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

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

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

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

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

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

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

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