#C8ACB5

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

Shades of Lily #C8ACB5

Tints of Lily #C8ACB5

Color information

#C8ACB5 (or 0xC8ACB5) is unknown color: approx Lily. HEX triplet: C8, AC and B5. RGB value is (200,172,181). Sum of RGB (Red+Green+Blue) = 200+172+181=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACB5 is #37534A. Grayscale: #B5B5B5. Windows color (decimal): -3625803 or 11906248. OLE color: 11906248.

HSL color Cylindrical-coordinate representation of color #C8ACB5: hue angle of 340.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACB5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200172181-
CMYK00.140.090.22
HSL340.71º20.29%72.94%-
HSV(B)340.71º14%78.43%-
XYZ46.9145.1249.95-
YUV181.4127.78141.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 181 (71.09% from 255) = 32.73%
R=36.17%
G=31.10%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017218100.140.090.22340.7120.2972.94
HexC8ACB50E9161551449
Octal310254265016112652524111
Binary11001000101011001011010101110100110110101010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACB5; }

 p { color: rgb(200,172,181); }

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

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

 a { background-color: rgb(200,172,181); }

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

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

 span { border-color: rgb(200,172,181); }

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