#C4AEB7

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

Shades of Lily #C4AEB7

Tints of Lily #C4AEB7

Color information

#C4AEB7 (or 0xC4AEB7) is unknown color: approx Lily. HEX triplet: C4, AE and B7. RGB value is (196,174,183). Sum of RGB (Red+Green+Blue) = 196+174+183=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEB7 is #3B5148. Grayscale: #B5B5B5. Windows color (decimal): -3887433 or 12037828. OLE color: 12037828.

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

Color convert

RGB196174183-
CMYK00.110.070.23
HSL335.45º15.71%72.55%-
HSV(B)335.45º11.22%76.86%-
XYZ46.4545.4351.12-
YUV181.6128.79138.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=35.44%
G=31.46%
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.23
SystemRedGreenBlueCMYKHSL
Decimal19617418300.110.070.23335.4515.7172.55
HexC4AEB70B71714f1049
Octal30425626701372751720111
Binary1100010010101110101101110101111110111101001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEB7; }

 p { color: rgb(196,174,183); }

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

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

 a { background-color: rgb(196,174,183); }

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

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

 span { border-color: rgb(196,174,183); }

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