#C1ABB4

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

Shades of Lily #C1ABB4

Tints of Lily #C1ABB4

Color information

#C1ABB4 (or 0xC1ABB4) is unknown color: approx Lily. HEX triplet: C1, AB and B4. RGB value is (193,171,180). Sum of RGB (Red+Green+Blue) = 193+171+180=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABB4 is #3E544B. Grayscale: #B2B2B2. Windows color (decimal): -4084812 or 11840449. OLE color: 11840449.

HSL color Cylindrical-coordinate representation of color #C1ABB4: hue angle of 335.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABB4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193171180-
CMYK00.110.070.24
HSL335.45º15.07%71.37%-
HSV(B)335.45º11.4%75.69%-
XYZ44.7943.7649.27-
YUV178.6128.79138.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=35.48%
G=31.43%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317118000.110.070.24335.4515.0771.37
HexC1ABB40B71814ff47
Octal30125326401373051717107
Binary110000011010101110110100010111111100010100111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABB4; }

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

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

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

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

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

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

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

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