#C7ACB7

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

Shades of Lily #C7ACB7

Tints of Lily #C7ACB7

Color information

#C7ACB7 (or 0xC7ACB7) is unknown color: approx Lily. HEX triplet: C7, AC and B7. RGB value is (199,172,183). Sum of RGB (Red+Green+Blue) = 199+172+183=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB7 is #385348. Grayscale: #B5B5B5. Windows color (decimal): -3691337 or 12037319. OLE color: 12037319.

HSL color Cylindrical-coordinate representation of color #C7ACB7: hue angle of 335.56º degrees, saturation: 0.19, 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 #C7ACB7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB199172183-
CMYK00.140.080.22
HSL335.56º19.42%72.75%-
HSV(B)335.56º13.57%78.04%-
XYZ46.8545.0751.03-
YUV181.33128.95140.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=35.92%
G=31.05%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917218300.140.080.22335.5619.4272.75
HexC7ACB70E8161501349
Octal307254267016102652023111
Binary11000111101011001011011101110100010110101010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACB7; }

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

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

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

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

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

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

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

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