#C4A8B9

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

Shades of Lily #C4A8B9

Tints of Lily #C4A8B9

Color information

#C4A8B9 (or 0xC4A8B9) is unknown color: approx Lily. HEX triplet: C4, A8 and B9. RGB value is (196,168,185). Sum of RGB (Red+Green+Blue) = 196+168+185=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8B9 is #3B5746. Grayscale: #B2B2B2. Windows color (decimal): -3888967 or 12167364. OLE color: 12167364.

HSL color Cylindrical-coordinate representation of color #C4A8B9: hue angle of 323.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8B9 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196168185-
CMYK00.140.060.23
HSL323.57º19.18%71.37%-
HSV(B)323.57º14.29%76.86%-
XYZ45.5243.2451.85-
YUV178.31131.78140.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=35.70%
G=30.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616818500.140.060.23323.5719.1871.37
HexC4A8B90E6171441347
Octal30425027101662750423107
Binary1100010010101000101110010111011010111101000100100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A8B9; }

 p { color: rgb(196,168,185); }

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

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

 a { background-color: rgb(196,168,185); }

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

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

 span { border-color: rgb(196,168,185); }

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