#C8A6B1

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

Shades of Lily #C8A6B1

Tints of Lily #C8A6B1

Color information

#C8A6B1 (or 0xC8A6B1) is unknown color: approx Lily. HEX triplet: C8, A6 and B1. RGB value is (200,166,177). Sum of RGB (Red+Green+Blue) = 200+166+177=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A6B1 is #37594E. Grayscale: #B1B1B1. Windows color (decimal): -3627343 or 11642568. OLE color: 11642568.

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

Color convert

RGB200166177-
CMYK00.170.120.22
HSL340.59º23.61%71.76%-
HSV(B)340.59º17%78.43%-
XYZ45.3942.7347.45-
YUV177.42127.76144.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=36.83%
G=30.57%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016617700.170.120.22340.5923.6171.76
HexC8A6B1011C161551848
Octal310246261021142652530110
Binary110010001010011010110001010001110010110101010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6B1; }

 p { color: rgb(200,166,177); }

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

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

 a { background-color: rgb(200,166,177); }

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

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

 span { border-color: rgb(200,166,177); }

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