#C0ABB1

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

Shades of Lily #C0ABB1

Tints of Lily #C0ABB1

Color information

#C0ABB1 (or 0xC0ABB1) is unknown color: approx Lily. HEX triplet: C0, AB and B1. RGB value is (192,171,177). Sum of RGB (Red+Green+Blue) = 192+171+177=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABB1 is #3F544E. Grayscale: #B1B1B1. Windows color (decimal): -4150351 or 11643840. OLE color: 11643840.

HSL color Cylindrical-coordinate representation of color #C0ABB1: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABB1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192171177-
CMYK00.110.080.25
HSL342.86º14.29%71.18%-
HSV(B)342.86º10.94%75.29%-
XYZ44.2443.5147.66-
YUV177.96127.46138.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=35.56%
G=31.67%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217117700.110.080.25342.8614.2971.18
HexC0ABB10B819157e47
Octal300253261013103152716107
Binary1100000010101011101100010101110001100110101011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABB1; }

 p { color: rgb(192,171,177); }

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

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

 a { background-color: rgb(192,171,177); }

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

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

 span { border-color: rgb(192,171,177); }

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