#C0ACB7

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

Shades of Lily #C0ACB7

Tints of Lily #C0ACB7

Color information

#C0ACB7 (or 0xC0ACB7) is unknown color: approx Lily. HEX triplet: C0, AC and B7. RGB value is (192,172,183). Sum of RGB (Red+Green+Blue) = 192+172+183=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACB7 is #3F5348. Grayscale: #B3B3B3. Windows color (decimal): -4150089 or 12037312. OLE color: 12037312.

HSL color Cylindrical-coordinate representation of color #C0ACB7: hue angle of 327º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACB7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192172183-
CMYK00.100.050.25
HSL327º13.7%71.37%-
HSV(B)327º10.42%75.29%-
XYZ45.0444.1350.94-
YUV179.23130.13137.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=35.10%
G=31.44%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217218300.100.050.2532713.771.37
HexC0ACB70A519147e47
Octal30025426701253150716107
Binary110000001010110010110111010101011100110100011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACB7; }

 p { color: rgb(192,172,183); }

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

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

 a { background-color: rgb(192,172,183); }

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

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

 span { border-color: rgb(192,172,183); }

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