#C4ACB8

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

Shades of Lily #C4ACB8

Tints of Lily #C4ACB8

Color information

#C4ACB8 (or 0xC4ACB8) is unknown color: approx Lily. HEX triplet: C4, AC and B8. RGB value is (196,172,184). Sum of RGB (Red+Green+Blue) = 196+172+184=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACB8 is #3B5347. Grayscale: #B4B4B4. Windows color (decimal): -3887944 or 12102852. OLE color: 12102852.

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

Color convert

RGB196172184-
CMYK00.120.060.23
HSL330º16.9%72.16%-
HSV(B)330º12.24%76.86%-
XYZ46.1744.751.54-
YUV180.54129.95139.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=35.51%
G=31.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617218400.120.060.2333016.972.16
HexC4ACB80C61714a1148
Octal30425427001462751221110
Binary1100010010101100101110000110011010111101001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACB8; }

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

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

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

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

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

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

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

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