#C8A0B8

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

Shades of Lily #C8A0B8

Tints of Lily #C8A0B8

Color information

#C8A0B8 (or 0xC8A0B8) is unknown color: approx Lily. HEX triplet: C8, A0 and B8. RGB value is (200,160,184). Sum of RGB (Red+Green+Blue) = 200+160+184=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0B8 is #375F47. Grayscale: #AEAEAE. Windows color (decimal): -3628872 or 12099784. OLE color: 12099784.

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

Color convert

RGB200160184-
CMYK00.20.080.22
HSL324º26.67%70.59%-
HSV(B)324º20%78.43%-
XYZ45.0440.8850.86-
YUV174.7133.25146.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=36.76%
G=29.41%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016018400.20.080.2232426.6770.59
HexC8A0B80148161441b47
Octal310240270024102650433107
Binary110010001010000010111000010100100010110101000100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0B8; }

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

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

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

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

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

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

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

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