#C2B1B7

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

Shades of Lily #C2B1B7

Tints of Lily #C2B1B7

Color information

#C2B1B7 (or 0xC2B1B7) is unknown color: approx Lily. HEX triplet: C2, B1 and B7. RGB value is (194,177,183). Sum of RGB (Red+Green+Blue) = 194+177+183=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1B7 is #3D4E48. Grayscale: #B6B6B6. Windows color (decimal): -4017737 or 12038594. OLE color: 12038594.

HSL color Cylindrical-coordinate representation of color #C2B1B7: hue angle of 338.82º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B1B7 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194177183-
CMYK00.090.060.24
HSL338.82º12.23%72.75%-
HSV(B)338.82º8.76%76.08%-
XYZ46.5246.3351.29-
YUV182.77128.13136.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=35.02%
G=31.95%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417718300.090.060.24338.8212.2372.75
HexC2B1B709618153c49
Octal30226126701163052314111
Binary110000101011000110110111010011101100010101001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1B7; }

 p { color: rgb(194,177,183); }

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

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

 a { background-color: rgb(194,177,183); }

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

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

 span { border-color: rgb(194,177,183); }

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