#C4A1BC

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

Shades of Lily #C4A1BC

Tints of Lily #C4A1BC

Color information

#C4A1BC (or 0xC4A1BC) is unknown color: approx Lily. HEX triplet: C4, A1 and BC. RGB value is (196,161,188). Sum of RGB (Red+Green+Blue) = 196+161+188=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1BC is #3B5E43. Grayscale: #AEAEAE. Windows color (decimal): -3890756 or 12362180. OLE color: 12362180.

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

Color convert

RGB196161188-
CMYK00.180.040.23
HSL313.71º22.88%70%-
HSV(B)313.71º17.86%76.86%-
XYZ44.5940.8653.11-
YUV174.54135.6143.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=35.96%
G=29.54%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616118800.180.040.23313.7122.8870
HexC4A1BC01241713a1746
Octal30424127402242747227106
Binary11000100101000011011110001001010010111100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1BC; }

 p { color: rgb(196,161,188); }

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

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

 a { background-color: rgb(196,161,188); }

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

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

 span { border-color: rgb(196,161,188); }

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