#C8AAB4

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

Shades of Lily #C8AAB4

Tints of Lily #C8AAB4

Color information

#C8AAB4 (or 0xC8AAB4) is unknown color: approx Lily. HEX triplet: C8, AA and B4. RGB value is (200,170,180). Sum of RGB (Red+Green+Blue) = 200+170+180=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB4 is #37554B. Grayscale: #B4B4B4. Windows color (decimal): -3626316 or 11840200. OLE color: 11840200.

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

Color convert

RGB200170180-
CMYK00.150.10.22
HSL340º21.43%72.55%-
HSV(B)340º15%78.43%-
XYZ46.4344.3249.29-
YUV180.11127.94142.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017018000.150.10.2234021.4372.55
HexC8AAB40FA161541549
Octal310252264017122652425111
Binary11001000101010101011010001111101010110101010100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAB4; }

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

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

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

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

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

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

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

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