#C2AFB5

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

Shades of Lily #C2AFB5

Tints of Lily #C2AFB5

Color information

#C2AFB5 (or 0xC2AFB5) is unknown color: approx Lily. HEX triplet: C2, AF and B5. RGB value is (194,175,181). Sum of RGB (Red+Green+Blue) = 194+175+181=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB5 is #3D504A. Grayscale: #B5B5B5. Windows color (decimal): -4018251 or 11907010. OLE color: 11907010.

HSL color Cylindrical-coordinate representation of color #C2AFB5: hue angle of 341.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFB5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194175181-
CMYK00.100.070.24
HSL341.05º13.48%72.35%-
HSV(B)341.05º9.79%76.08%-
XYZ45.9245.4750.07-
YUV181.36127.79137.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=35.27%
G=31.82%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417518100.100.070.24341.0513.4872.35
HexC2AFB50A718155d48
Octal30225726501273052515110
Binary110000101010111110110101010101111100010101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFB5; }

 p { color: rgb(194,175,181); }

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

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

 a { background-color: rgb(194,175,181); }

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

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

 span { border-color: rgb(194,175,181); }

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