#C8ABB6

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

Shades of Lily #C8ABB6

Tints of Lily #C8ABB6

Color information

#C8ABB6 (or 0xC8ABB6) is unknown color: approx Lily. HEX triplet: C8, AB and B6. RGB value is (200,171,182). Sum of RGB (Red+Green+Blue) = 200+171+182=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB6 is #375449. Grayscale: #B4B4B4. Windows color (decimal): -3626058 or 11971528. OLE color: 11971528.

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

Color convert

RGB200171182-
CMYK00.140.090.22
HSL337.24º20.86%72.75%-
HSV(B)337.24º14.5%78.43%-
XYZ46.8344.7850.43-
YUV180.92128.61141.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=36.17%
G=30.92%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017118200.140.090.22337.2420.8672.75
HexC8ABB60E9161511549
Octal310253266016112652125111
Binary11001000101010111011011001110100110110101010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABB6; }

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

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

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

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

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

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

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

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