#C8A4B4

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

Shades of Lily #C8A4B4

Tints of Lily #C8A4B4

Color information

#C8A4B4 (or 0xC8A4B4) is unknown color: approx Lily. HEX triplet: C8, A4 and B4. RGB value is (200,164,180). Sum of RGB (Red+Green+Blue) = 200+164+180=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4B4 is #375B4B. Grayscale: #B0B0B0. Windows color (decimal): -3627852 or 11838664. OLE color: 11838664.

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

Color convert

RGB200164180-
CMYK00.180.10.22
HSL333.33º24.66%71.37%-
HSV(B)333.33º18%78.43%-
XYZ45.3342.1348.92-
YUV176.59129.93144.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=36.76%
G=30.15%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016418000.180.10.22333.3324.6671.37
HexC8A4B4012A1614d1947
Octal310244264022122651531107
Binary110010001010010010110100010010101010110101001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4B4; }

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

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

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

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

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

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

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

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