#C4AAB7

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

Shades of Lily #C4AAB7

Tints of Lily #C4AAB7

Color information

#C4AAB7 (or 0xC4AAB7) is unknown color: approx Lily. HEX triplet: C4, AA and B7. RGB value is (196,170,183). Sum of RGB (Red+Green+Blue) = 196+170+183=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB7 is #3B5548. Grayscale: #B3B3B3. Windows color (decimal): -3888457 or 12036804. OLE color: 12036804.

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

Color convert

RGB196170183-
CMYK00.130.070.23
HSL330º18.06%71.76%-
HSV(B)330º13.27%76.86%-
XYZ45.6943.950.87-
YUV179.26130.11139.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=35.70%
G=30.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018300.130.070.2333018.0671.76
HexC4AAB70D71714a1248
Octal30425226701572751222110
Binary1100010010101010101101110110111110111101001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB7; }

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

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

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

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

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

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

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

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