#C8ABB4

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

Shades of Lily #C8ABB4

Tints of Lily #C8ABB4

Color information

#C8ABB4 (or 0xC8ABB4) is unknown color: approx Lily. HEX triplet: C8, AB and B4. RGB value is (200,171,180). Sum of RGB (Red+Green+Blue) = 200+171+180=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB4 is #37544B. Grayscale: #B4B4B4. Windows color (decimal): -3626060 or 11840456. OLE color: 11840456.

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

Color convert

RGB200171180-
CMYK00.140.10.22
HSL341.38º20.86%72.75%-
HSV(B)341.38º14.5%78.43%-
XYZ46.6244.749.35-
YUV180.7127.61141.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.30%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=36.30%
G=31.03%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017118000.140.10.22341.3820.8672.75
HexC8ABB40EA161551549
Octal310253264016122652525111
Binary11001000101010111011010001110101010110101010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABB4; }

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

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

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

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

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

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

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

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