#C8A0B4

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

Shades of Lily #C8A0B4

Tints of Lily #C8A0B4

Color information

#C8A0B4 (or 0xC8A0B4) is unknown color: approx Lily. HEX triplet: C8, A0 and B4. RGB value is (200,160,180). Sum of RGB (Red+Green+Blue) = 200+160+180=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0B4 is #375F4B. Grayscale: #AEAEAE. Windows color (decimal): -3628876 or 11837640. OLE color: 11837640.

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

Color convert

RGB200160180-
CMYK00.20.10.22
HSL330º26.67%70.59%-
HSV(B)330º20%78.43%-
XYZ44.6340.7248.69-
YUV174.24131.25146.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016018000.20.10.2233026.6770.59
HexC8A0B4014A1614a1b47
Octal310240264024122651233107
Binary110010001010000010110100010100101010110101001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0B4; }

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

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

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

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

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

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

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

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