#C2A0B9

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

Shades of Lily #C2A0B9

Tints of Lily #C2A0B9

Color information

#C2A0B9 (or 0xC2A0B9) is unknown color: approx Lily. HEX triplet: C2, A0 and B9. RGB value is (194,160,185). Sum of RGB (Red+Green+Blue) = 194+160+185=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0B9 is #3D5F46. Grayscale: #ACACAC. Windows color (decimal): -4022087 or 12165314. OLE color: 12165314.

HSL color Cylindrical-coordinate representation of color #C2A0B9: hue angle of 315.88º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0B9 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194160185-
CMYK00.180.050.24
HSL315.88º21.79%69.41%-
HSV(B)315.88º17.53%76.08%-
XYZ43.5840.1151.34-
YUV173.02134.76142.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=35.99%
G=29.68%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416018500.180.050.24315.8821.7969.41
HexC2A0B901251813c1645
Octal30224027102253047426105
Binary11000010101000001011100101001010111000100111100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A0B9; }

 p { color: rgb(194,160,185); }

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

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

 a { background-color: rgb(194,160,185); }

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

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

 span { border-color: rgb(194,160,185); }

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