#C8A6B4

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

Shades of Lily #C8A6B4

Tints of Lily #C8A6B4

Color information

#C8A6B4 (or 0xC8A6B4) is unknown color: approx Lily. HEX triplet: C8, A6 and B4. RGB value is (200,166,180). Sum of RGB (Red+Green+Blue) = 200+166+180=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6B4 is #37594B. Grayscale: #B1B1B1. Windows color (decimal): -3627340 or 11839176. OLE color: 11839176.

HSL color Cylindrical-coordinate representation of color #C8A6B4: hue angle of 335.29º 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 #C8A6B4 is Cyan = 0, Magento = 0.17, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB200166180-
CMYK00.170.10.22
HSL335.29º23.61%71.76%-
HSV(B)335.29º17%78.43%-
XYZ45.6942.8549.04-
YUV177.76129.26143.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=36.63%
G=30.40%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016618000.170.10.22335.2923.6171.76
HexC8A6B4011A1614f1848
Octal310246264021122651730110
Binary110010001010011010110100010001101010110101001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6B4; }

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

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

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

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

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

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

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

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